Example usage for Java javax.swing DefaultRowSorter fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setComparator(int column, Comparator> comparator) Sets the Comparator to use when sorting the specified column. |
void | setRowFilter(RowFilter super M, ? super I> filter) Sets the filter that determines which rows, if any, should be hidden from the view. |