Interface | Description |
---|---|
ITextFormatter |
Interface defining all the text formatters.
|
Class | Description |
---|---|
AbstractFormatter |
Base class of formatters.
|
BigDecimalFormatter |
This class provides formatting of
BigDecimal values in a FormattedText . |
BigIntegerFormatter |
This class provides formatting of
BigInteger values in a FormattedText . |
DateFormatter |
This class provides formatting of
Date values in a
FormattedText , restricting the edit and display to the time part. |
DateTimeFormatter |
This class provides formatting of
Date values in a
FormattedText . |
DefaultFormatterFactory |
Factory for the default formatters.
|
DoubleFormatter |
This class provides formatting of
Double values in a
FormattedText . |
FloatFormatter |
This class provides formatting of
Float values in a
FormattedText . |
FormattedText |
Formatted text viewer.
|
FormattedTextCellEditor |
A CellEditor based on a FormattedText.
|
FormattedTextObservableValue | |
IntegerFormatter |
This class provides formatting of
Integer values in a
FormattedText . |
IPAddressFormatter | |
LongFormatter |
This class provides formatting of
Long values in a
FormattedText . |
MaskFormatter |
This class provides formatting of
String values in a
FormattedText . |
NumberFormatter |
This class provides formatting of
Number values in a
FormattedText . |
PercentFormatter |
Formatter for percent values.
|
ShortFormatter |
This class provides formatting of
Short values in a FormattedText . |
StringFormatter |
Default formatter for the String class.
This formatter is a kind of NullFormatter and do no formatting, allowing the edit of simple String values, without constraints. It is registered in the DefaultFormatterFactory as the default formatter for String values. |
TimeFormatter |
This class provides formatting of
Date values in a
FormattedText , restricting the edit and display to the time part. |