Package org.jdesktop.swingx.renderer
Class StringValues.StringValueUIResource
- java.lang.Object
-
- org.jdesktop.swingx.renderer.StringValues.StringValueUIResource
-
- All Implemented Interfaces:
Serializable
,UIResource
,StringValue
- Enclosing class:
- StringValues
public static class StringValues.StringValueUIResource extends Object implements StringValue, UIResource
StringValue wrapper of type UIResource to tag LAF installed converters.- Author:
- Jeanette Winzenburg, Berlin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringValueUIResource(StringValue toString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getString(Object value)
Returns a string representation of the given value.
-
-
-
Constructor Detail
-
StringValueUIResource
public StringValueUIResource(StringValue toString)
-
-
Method Detail
-
getString
public String getString(Object value)
Description copied from interface:StringValue
Returns a string representation of the given value.PENDING JW: forgot - why not null return guaranteed?
- Specified by:
getString
in interfaceStringValue
- Parameters:
value
- the object to present as a string- Returns:
- a string representation of the given value, guaranteed to be not null
-
-