public final class StringValues extends Object
StringValue
implementations.Modifier and Type | Class and Description |
---|---|
static class |
StringValues.StringValueUIResource
StringValue wrapper of type UIResource to tag LAF installed converters.
|
Modifier and Type | Field and Description |
---|---|
static FormatStringValue |
DATE_TO_STRING
Default converter for
Date types. |
static StringValue |
EMPTY
A
StringValue that always presents an empty string. |
static StringValue |
EMPTY_UI |
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. |
static FormatStringValue |
NUMBER_TO_STRING
Default converter for
Number types. |
static StringValue |
TO_STRING
A
StringValue that presents a toString
value for the given object. |
static StringValue |
TO_STRING_UI |
public static final StringValue EMPTY
StringValue
that always presents an empty string.public static final StringValue TO_STRING
public static final StringValue FILE_NAME
public static final StringValue FILE_TYPE
public static final FormatStringValue DATE_TO_STRING
Date
types. Uses the default format
as returned from DateFormat
.public static final FormatStringValue NUMBER_TO_STRING
Number
types. Uses the default format
as returned from NumberFormat
.public static final StringValue TO_STRING_UI
public static final StringValue EMPTY_UI
Copyright © 2018. All rights reserved.