|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--DeluxeTableModel.SortState
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 |
public int colNum
public boolean upDown
| Constructor Detail |
public DeluxeTableModel.SortState(int col,
boolean upDown)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||