Package | Description |
---|---|
org.jdesktop.swingx.renderer |
Contains implementation of renderers used by JXTable, JXTreeTable and related classes.
|
Modifier and Type | Field and Description |
---|---|
static FormatStringValue |
StringValues.DATE_TO_STRING
Default converter for
Date types. |
static FormatStringValue |
FormatStringValue.DATE_TO_STRING
Deprecated.
Use
StringValues.DATE_TO_STRING instead |
static FormatStringValue |
StringValues.NUMBER_TO_STRING
Default converter for
Number types. |
static FormatStringValue |
FormatStringValue.NUMBER_TO_STRING
Deprecated.
Use
StringValues.NUMBER_TO_STRING instead |