| Interface | Description |
|---|---|
| RowComparator |
A comparison function used for sorting table rows.
|
| RowFilter |
A filter function used for filtering table rows.
|
| SortOrderConstants |
SortOrderConstants class specifies sort order constants for
SortedTableModel |
| Class | Description |
|---|---|
| DefaultRowComparator |
Default implementation of
RowComparator interface. |
| FilteredTableModel |
An
AbstractTableModel implementation with filtering support. |
| SortedColumnInfo |
SortedColumnInfo class provides information about sorted column.
|
| SortedTableHeaderMouseListener |
MouseListener that invokes sorting when a button is pressed on the
column's header. |
| SortedTableHeaderRenderer |
Renderer for table header.
|
| SortedTableModel |
An
AbstractTableModel implementation with sorting and multisorting support. |