com.explodingpixels.widgets
public static interface TableUtils.SortDelegate
JTable
should occur.Modifier and Type | Method and Description |
---|---|
void |
sort(int columnModelIndex,
TableUtils.SortDirection sortDirection)
Called when a table should sort its' rows based on the given column.
|
void sort(int columnModelIndex, TableUtils.SortDirection sortDirection)
columnModelIndex
- the column model index to base the sorting on.sortDirection
- the direction to sort the table's rows in.