Uses of Class
com.jrefinery.ui.SortableTableModel

Packages that use SortableTableModel
com.jrefinery.ui Utility classes for creating user interfaces. 
com.jrefinery.ui.about Classes for providing information about an application. 
 

Uses of SortableTableModel in com.jrefinery.ui
 

Methods in com.jrefinery.ui with parameters of type SortableTableModel
 void SortableTable.setSortableModel(SortableTableModel model)
          Changes the model for the table.
 void SortableTableHeaderListener.setTableModel(SortableTableModel model)
          Sets the table model for the listener.
 

Constructors in com.jrefinery.ui with parameters of type SortableTableModel
SortableTable(SortableTableModel model)
          Standard constructor - builds a table for the specified model.
SortableTableHeaderListener(SortableTableModel model, SortButtonRenderer renderer)
          Standard constructor.
 

Uses of SortableTableModel in com.jrefinery.ui.about
 

Subclasses of SortableTableModel in com.jrefinery.ui.about
 class SystemPropertiesTableModel
          A sortable table model containing the system properties.