Package org.onosproject.ui.table.cell
Set of table cell renderers and comparators for use by GUI apps.
-
Class Summary Class Description AbstractCellComparator Base implementation of aCellComparator
.AbstractCellFormatter Base implementation of aCellFormatter
.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 usingDateTimeFormatter
.