Interface | Description |
---|---|
Formatter<T> |
A
Formatter formats an object to a string suitable for
output in a client application. |
Class | Description |
---|---|
AdaptiveNumberFormatter |
Formats a number for output on a web page adapting thwe number of
decimals depending on the order of magnitude of the value.
|
BooleanFormatter |
Formats a boolean value.
|
DateFormatter |
Format a date for output in a client application.
|
EnumFormatter<T extends Enum<T>> |
Formatter implementation that converts an enum constant
into it's name() as the formatted value.
|
FilePathFormatter |
Formatter implementation that format
File items
to their complete paths. |
IdentifiableFormatter |
Formatter to handle
Identifiable items. |
IntegerFormatter |
Formats a number as an integer.
|
ItemTypeFormatter |
Formatter implementation that converts an integer into it's Item
representation and the uses name() as the formatted value.
|
LookupFormatter<T> |
A formatter implementation that uses a map to lookup values from
a set of keys.
|
MultiFormatter |
A generic formatter that can be used to format objects of mixed classes.
|
NameableFormatter |
Formatter to handle
Nameable items. |
NumberFormatter |
Formats a number for output on a web page.
|
PrefixSuffixFormatter<T> |
Formats a value with optional prefix and suffix.
|
PropertyFilterFormatter |
Formatter for PropertyFilter items.
|
ToStringFormatter<T> |
A generic formatter that simply formats objects by calling the
toString() method.
|
ValueTypeFormatter |
Formatter implementation that converts an integer into it's Type
representation and the uses name() as the formatted value.
|
WellCoordinateFormatter |
Formats an internal well coordinate to an external coordinate.
|
Enum | Description |
---|---|
BooleanFormatter.Type |
Enum for holding the various types of boolean output.
|