Uses of Class
org.jfree.ui.SortableTableModel

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

Uses of SortableTableModel in org.jfree.ui
 

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

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

Uses of SortableTableModel in org.jfree.ui.about
 

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



Copyright © 2001-2007 JFree.org. All Rights Reserved.