Package org.jdesktop.swingx.renderer
Class MappedValues
- java.lang.Object
-
- org.jdesktop.swingx.renderer.MappedValues
-
public final class MappedValues extends java.lang.ObjectA collection of commonMappedValueimplementations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMappedValues.MappedValueUIResourceMappedValue wrapper of type UIResource to tag LAF installed converters.
-
Field Summary
Fields Modifier and Type Field Description static MappedValueSTRING_OR_ICON_ONLYAMappedValuethat returns either aStringorIcon, but not both.
-
Constructor Summary
Constructors Modifier Constructor Description privateMappedValues()
-
-
-
Field Detail
-
STRING_OR_ICON_ONLY
public static final MappedValue STRING_OR_ICON_ONLY
AMappedValuethat returns either aStringorIcon, but not both.
-
-