See: Description
| Class | Description |
|---|---|
| AbstractCellComparator |
Base implementation of a
CellComparator. |
| AbstractCellFormatter |
Base implementation of a
CellFormatter. |
| AppIdFormatter |
Formats an application identifier as "(app-id) : (app-name)".
|
| ConnectPointFormatter |
Formats a connect point as "(element-id)/(port)".
|
| DefaultCellComparator |
A default cell comparator.
|
| DefaultCellFormatter |
A default cell formatter.
|
| EnumFormatter |
Formats enum types to be readable strings.
|
| HexFormatter |
Formats integer values as hex strings with a "0x" prefix.
|
| HexLongFormatter |
Formats long values as hex strings with a "0x" prefix.
|
| HostLocationFormatter |
Formats a host location as "(device-id)/(port)".
|
| NumberFormatter |
Formats number using the specified format string.
|
| TimeFormatter |
Formats time values using
DateTimeFormatter. |