Uses of Class
celeboss.ui.util.SortedTableModel

Packages that use SortedTableModel
celeboss.ui

This package provides all the UI tool classes. 

celeboss.ui.util   
 

Uses of SortedTableModel in celeboss.ui
 

Subclasses of SortedTableModel in celeboss.ui
 class CelebrityTableModel
          This table model attaches to a Celebrity factory and display the celebrity details.
 class MonitorableTableModel
          This table model holds a list of Monitorable objects which are sorted to the columns defined.
 

Uses of SortedTableModel in celeboss.ui.util
 

Constructors in celeboss.ui.util with parameters of type SortedTableModel
SortedTable(SortedTableModel model)
          Create a simple window that display a table of all the known celebrities in the factory.
SortedTable(java.lang.String name, SortedTableModel model)
          Create a simple window that display a table of all the known celebrities in the factory.