Package org.jdesktop.swingx.renderer
Class StringValues
java.lang.Object
org.jdesktop.swingx.renderer.StringValues
A collection of common
StringValue implementations.- Author:
- Karl George Schaefer, Jeanette Winzenburg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classStringValue wrapper of type UIResource to tag LAF installed converters. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FormatStringValueDefault converter forDatetypes.static final StringValueAStringValuethat always presents an empty string.static final StringValuestatic final StringValueAStringValuethat presents the current LaF display name for a given file.static final StringValueAStringValuethat presents the current LaF type name for a given file.static final FormatStringValueDefault converter forNumbertypes.static final StringValueAStringValuethat presents atoStringvalue for the given object.static final StringValue -
Method Summary
-
Field Details
-
EMPTY
AStringValuethat always presents an empty string. -
TO_STRING
-
FILE_NAME
-
FILE_TYPE
-
DATE_TO_STRING
Default converter forDatetypes. Uses the default format as returned fromDateFormat. -
NUMBER_TO_STRING
Default converter forNumbertypes. Uses the default format as returned fromNumberFormat. -
TO_STRING_UI
-
EMPTY_UI
-