Example usage for Java javax.swing RowSorter fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addRowSorterListener(RowSorterListener l) Adds a RowSorterListener to receive notification about this RowSorter . |
int | convertRowIndexToModel(int index) Returns the location of index in terms of the underlying model. |
List extends SortKey> | getSortKeys() Returns the current sort keys. |
void | setSortKeys(List extends SortKey> keys) Sets the current sort keys. |
void | toggleSortOrder(int column) Reverses the sort order of the specified column. |