Package org.jdesktop.swingx.renderer
Class StringValues
- java.lang.Object
-
- org.jdesktop.swingx.renderer.StringValues
-
public final class StringValues extends java.lang.Object
A collection of commonStringValue
implementations.TODO potentially move
StringValue.TO_STRING
andStringValue.EMPTY
here
-
-
Field Summary
Fields Modifier and Type Field Description static StringValue
FILE_NAME
AStringValue
that presents the current L&F display name for a given file.static StringValue
FILE_TYPE
AStringValue
that presents the current L&F type name for a given file.
-
-
-
Field Detail
-
FILE_NAME
public static final StringValue FILE_NAME
AStringValue
that presents the current L&F display name for a given file. If the value passed toFILE_NAME
is not aFile
, this has the same effect asStringValue.EMPTY
.
-
FILE_TYPE
public static final StringValue FILE_TYPE
AStringValue
that presents the current L&F type name for a given file. If the value passed toFILE_TYPE
is not aFile
, this has the same effect asStringValue.EMPTY
.
-
-