Package org.onosproject.ui.table
Facilities for creating tabular models of data for the GUI.
- 
Interface Summary Interface Description CellComparator Defines a comparator for cell values.CellFormatter Defines a formatter for cell values. - 
Class Summary Class Description TableModel A simple model of table data.TableRequestHandler Message handler specifically for table views.TableUtils Provides static utility methods for dealing with tables. - 
Enum Summary Enum Description TableModel.SortDir Designates sorting direction.