Package org.jdesktop.swingx.renderer
Class MappedValues
- java.lang.Object
-
- org.jdesktop.swingx.renderer.MappedValues
-
public final class MappedValues extends java.lang.Object
A collection of commonMappedValue
implementations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MappedValues.MappedValueUIResource
MappedValue wrapper of type UIResource to tag LAF installed converters.
-
Field Summary
Fields Modifier and Type Field Description static MappedValue
STRING_OR_ICON_ONLY
AMappedValue
that returns either aString
orIcon
, but not both.
-
Constructor Summary
Constructors Modifier Constructor Description private
MappedValues()
-
-
-
Field Detail
-
STRING_OR_ICON_ONLY
public static final MappedValue STRING_OR_ICON_ONLY
AMappedValue
that returns either aString
orIcon
, but not both.
-
-