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

Variable Index

 o column
The column that has been sorted (read-only).
 o new_rows
The newly sorted order -- new_rows[i] are moved to row i (read-only).

Constructor Index

 o JCSortInfo(int, int[])

Variables

 o column
  public int column
The column that has been sorted (read-only).
 o new_rows
  public int new_rows[]
The newly sorted order -- new_rows[i] are moved to row i (read-only).

Constructors

 o JCSortInfo
  public JCSortInfo(int col,
                    int new_rows[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index