org.jfree.ui
public class SortableTable extends JTable
| Constructor Summary | |
|---|---|
| SortableTable(SortableTableModel model)
Standard constructor - builds a table for the specified model.
| |
| Method Summary | |
|---|---|
| void | setSortableModel(SortableTableModel model)
Changes the model for the table. |
Parameters: model the data.
Parameters: model the table model.