Package org.jdesktop.swingx.renderer
Class StringValues
- java.lang.Object
-
- org.jdesktop.swingx.renderer.StringValues
-
public final class StringValues extends java.lang.ObjectA collection of commonStringValueimplementations.TODO potentially move
StringValue.TO_STRINGandStringValue.EMPTYhere
-
-
Field Summary
Fields Modifier and Type Field Description static StringValueFILE_NAMEAStringValuethat presents the current L&F display name for a given file.static StringValueFILE_TYPEAStringValuethat presents the current L&F type name for a given file.
-
-
-
Field Detail
-
FILE_NAME
public static final StringValue FILE_NAME
AStringValuethat presents the current L&F display name for a given file. If the value passed toFILE_NAMEis not aFile, this has the same effect asStringValue.EMPTY.
-
FILE_TYPE
public static final StringValue FILE_TYPE
AStringValuethat presents the current L&F type name for a given file. If the value passed toFILE_TYPEis not aFile, this has the same effect asStringValue.EMPTY.
-
-