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.- Author:
- kschaefer
-
-
Field Summary
Fields Modifier and Type Field Description static MappedValueSTRING_OR_ICON_ONLYAMappedValuethat returns either aStringorIcon, but not both.
-
-
-
Field Detail
-
STRING_OR_ICON_ONLY
public static final MappedValue STRING_OR_ICON_ONLY
AMappedValuethat returns either aStringorIcon, but not both.
-
-