Package org.jdesktop.swingx.renderer
Class MappedValues
java.lang.Object
org.jdesktop.swingx.renderer.MappedValues
A collection of common
MappedValue
implementations.- Author:
- kschaefer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
MappedValue wrapper of type UIResource to tag LAF installed converters. -
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.
-