Package ucar.ui.table
Interface RowSorter
-
- All Known Subinterfaces:
ThreadSorter
- All Known Implementing Classes:
RowSorterAbstract
public interface RowSorter
An 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 boolean
isBreak(TableRow last, TableRow current)
ArrayList
sort(int sortCol, boolean reverse, ArrayList docs)
May make a copy of the Array, or return the original, but must not copy the rows themselves.
-