Class jclass.table.JCSortInfo
All Packages Class Hierarchy This Package Previous Next Index
Class jclass.table.JCSortInfo
java.lang.Object
|
+----jclass.table.JCSortInfo
- public class JCSortInfo
- extends Object
JCSortInfo is the info parameter of a SORT callback.
- See Also:
- SORT, sortByColumn
-
column
- The column that has been sorted (read-only).
-
new_rows
- The newly sorted order -- new_rows[i] are moved to row i (read-only).
-
JCSortInfo(int, int[])
-
column
public int column
- The column that has been sorted (read-only).
new_rows
public int new_rows[]
- The newly sorted order -- new_rows[i] are moved to row i (read-only).
JCSortInfo
public JCSortInfo(int col,
int new_rows[])
All Packages Class Hierarchy This Package Previous Next Index