Class MappedValues.MappedValueUIResource
java.lang.Object
org.jdesktop.swingx.renderer.MappedValue
org.jdesktop.swingx.renderer.MappedValues.MappedValueUIResource
- All Implemented Interfaces:
Serializable, UIResource, BooleanValue, IconValue, StringValue
- Enclosing class:
MappedValues
MappedValue wrapper of type UIResource to tag LAF installed converters.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface IconValue
IconValue.IconType -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionMappedValueUIResource(MappedValue delegate) MappedValueUIResource(StringValue stringDelegate, IconValue iconDelegate) MappedValueUIResource(StringValue stringDelegate, IconValue iconDelegate, BooleanValue booleanDelegate) -
Method Summary
Methods inherited from class MappedValue
getBoolean, getIcon, getString
-
Constructor Details
-
MappedValueUIResource
-
MappedValueUIResource
public MappedValueUIResource(StringValue stringDelegate, IconValue iconDelegate, BooleanValue booleanDelegate) - Parameters:
stringDelegate-iconDelegate-booleanDelegate-
-
MappedValueUIResource
- Parameters:
stringDelegate-iconDelegate-
-