Package | Description |
---|---|
org.jfree.ui |
Utility classes for creating user interfaces.
|
org.jfree.ui.about |
Classes for providing information about an application.
|
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.
|
Copyright © 2001–2018 JFree.org. All rights reserved.