Package org.jdesktop.swingx.renderer
Class MappedValues
java.lang.Object
org.jdesktop.swingx.renderer.MappedValues
A collection of common
MappedValue
implementations.- Author:
- kschaefer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MappedValue
AMappedValue
that returns either aString
orIcon
, but not both. -
Method Summary
-
Field Details
-
STRING_OR_ICON_ONLY
AMappedValue
that returns either aString
orIcon
, but not both.
-