Package uk.ac.starlink.topcat
Class SortOrder
java.lang.Object
uk.ac.starlink.topcat.SortOrder
Defines a sorting order for a table.
An instance of this class defines the algorithm by which a sort is done,
not rather than a given row sequence.
Currently, the sort order is defined only by the column that the table is sorted on, but this may get extended one day. Note that the sense (up or down) of the sort is selected separately than by this object.
- Since:
- 23 Feb 2004
- Author:
- Mark Taylor (Starlink)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSortOrder
(TableColumn tcol) Constructs a new sort order based on a table column. -
Method Summary
-
Field Details
-
NONE
SortOrder instance indicating the natural order of the data.
-
-
Constructor Details
-
SortOrder
Constructs a new sort order based on a table column.- Parameters:
tcol
- table colunmn
-
-
Method Details