public final class StringValues
extends java.lang.Object
StringValue implementations.
TODO potentially move StringValue.TO_STRING and
StringValue.EMPTY here
| Modifier and Type | Field and Description |
|---|---|
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. |
public static final StringValue FILE_NAME
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.public static final StringValue FILE_TYPE
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.