| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
JTableorg.jfree.ui.SortableTablepublic class SortableTableextends JTableConstructor Summary | |
| |
Method Summary | |
void |
|
public SortableTable(SortableTableModel model)
Standard constructor - builds a table for the specified model.
- Parameters:
model- the data.
public void setSortableModel(SortableTableModel model)
Changes the model for the table. Takes care of updating the header listener at the same time.
- Parameters:
model- the table model.