Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
JTable
org.jfree.ui.SortableTable
public class SortableTable
extends JTable
Constructor 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.