Class DeluxeTableModel.SortState

java.lang.Object
  |
  +--DeluxeTableModel.SortState
Enclosing class:
DeluxeTableModel

public static final class DeluxeTableModel.SortState
extends java.lang.Object

A sort state keeps the sorting order of a column


Field Summary
 int colNum
          The index of the table model column this state refers to
 boolean upDown
          a boolean that indictes whether the column is to be sorted upwards or downwards.
 
Constructor Summary
DeluxeTableModel.SortState(int col, boolean upDown)
          SortState contructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colNum

public int colNum
The index of the table model column this state refers to

upDown

public boolean upDown
a boolean that indictes whether the column is to be sorted upwards or downwards. up == true, down == false
Constructor Detail

DeluxeTableModel.SortState

public DeluxeTableModel.SortState(int col,
                                  boolean upDown)
SortState contructor