Uses of Class
org.jfree.ui.SortableTableModel
Packages that use SortableTableModel
Package
Description
Utility classes for creating user interfaces.
Classes for providing information about an application.
-
Uses of SortableTableModel in org.jfree.ui
Fields in org.jfree.ui declared as SortableTableModelModifier and TypeFieldDescriptionprivate SortableTableModel
SortableTableHeaderListener.model
A reference to the table model.Methods in org.jfree.ui with parameters of type SortableTableModelModifier and TypeMethodDescriptionvoid
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 SortableTableModelModifierConstructorDescriptionSortableTable
(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.aboutModifier and TypeClassDescriptionclass
A sortable table model containing the system properties.