Package org.jdesktop.swingx.renderer
Class MappedValues
- java.lang.Object
-
- org.jdesktop.swingx.renderer.MappedValues
-
public final class MappedValues extends Object
A collection of commonMappedValue
implementations.- Author:
- kschaefer
-
-
Field Summary
Fields Modifier and Type Field Description static MappedValue
STRING_OR_ICON_ONLY
AMappedValue
that returns either aString
orIcon
, but not both.
-
-
-
Field Detail
-
STRING_OR_ICON_ONLY
public static final MappedValue STRING_OR_ICON_ONLY
AMappedValue
that returns either aString
orIcon
, but not both.
-
-