org.jdesktop.swingx.renderer
Class StringValues

java.lang.Object
  extended by org.jdesktop.swingx.renderer.StringValues

public final class StringValues
extends java.lang.Object

A collection of common StringValue implementations.

TODO potentially move StringValue.TO_STRING and StringValue.EMPTY here


Field Summary
static StringValue FILE_NAME
          A StringValue that presents the current L&F display name for a given file.
static StringValue FILE_TYPE
          A StringValue that presents the current L&F type name for a given file.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_NAME

public static final StringValue FILE_NAME
A StringValue that presents the current L&F display name for a given file. If the value passed to FILE_NAME is not a File, this has the same effect as StringValue.EMPTY.


FILE_TYPE

public static final StringValue FILE_TYPE
A StringValue that presents the current L&F type name for a given file. If the value passed to FILE_TYPE is not a File, this has the same effect as StringValue.EMPTY.