Uses of Class
org.jfree.ui.SortableTableModel
-
Packages that use SortableTableModel Package Description 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
Fields in org.jfree.ui declared as SortableTableModel Modifier and Type Field Description private SortableTableModel
SortableTableHeaderListener. model
A reference to the table model.Methods in org.jfree.ui with parameters of type SortableTableModel Modifier and Type Method Description 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 org.jfree.ui with parameters of type SortableTableModel Constructor Description SortableTable(SortableTableModel model)
Standard constructor - builds a table for the specified model.SortableTableHeaderListener(SortableTableModel model, SortButtonRenderer renderer)
Standard constructor. -
Uses of SortableTableModel in org.jfree.ui.about
Subclasses of SortableTableModel in org.jfree.ui.about Modifier and Type Class Description class
SystemPropertiesTableModel
A sortable table model containing the system properties.
-