Package ucar.ui.table
Interface RowSorter
-
- All Known Subinterfaces:
ThreadSorter
- All Known Implementing Classes:
RowSorterAbstract
public interface RowSorterAn interface used with JTreeTableSorted to create application-controlled sorting.- See Also:
TreeTableModelSorted,RowSorterAbstract
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBreak(TableRow last, TableRow current)ArrayListsort(int sortCol, boolean reverse, ArrayList docs)May make a copy of the Array, or return the original, but must not copy the rows themselves.
-