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 SortableTableModelSortableTableHeaderListener.modelA reference to the table model.Methods in org.jfree.ui with parameters of type SortableTableModelModifier and TypeMethodDescriptionvoidSortableTable.setSortableModel(SortableTableModel model) Changes the model for the table.voidSortableTableHeaderListener.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 TypeClassDescriptionclassA sortable table model containing the system properties.