Uses of Class
celeboss.ui.SortedTableModel

Packages that use SortedTableModel
celeboss.ui

This package provides all the UI tool classes. 

 

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.
 class PortfolioTableModel
          This table model attaches to a Portfolio manager and display the portfoilo details.
 class ShareBlockTableModel
          This table model attaches to a Portfolio and display the share details.
 

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