| Package | Description |
|---|---|
| org.jfree.ui | |
| org.jfree.ui.about |
| Modifier and Type | Method and Description |
|---|---|
void |
SortableTable.setSortableModel(SortableTableModel model)
Changes the model for the table.
|
void |
SortableTableHeaderListener.setTableModel(SortableTableModel model)
Sets the table model for the listener.
|
| Constructor and Description |
|---|
SortableTable(SortableTableModel model)
Standard constructor - builds a table for the specified model.
|
SortableTableHeaderListener(SortableTableModel model,
SortButtonRenderer renderer)
Standard constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemPropertiesTableModel
A sortable table model containing the system properties.
|