|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tkuhn.swing.table.RowSortingState
public class RowSortingState
A JavaBean used to store the state of a RowSortingTableModel
.
You should not have to use this class.
RowSortingTableModel
,
Serialized FormConstructor Summary | |
---|---|
RowSortingState()
|
Method Summary | |
---|---|
java.lang.String[] |
getColNames()
Getter for property colNames. |
boolean[] |
getColOrder()
Getter for property colOrder. |
int |
getSortCol()
Getter for property sortCol. |
void |
setColNames(java.lang.String[] names)
Setter for property colNames. |
void |
setColOrder(boolean[] order)
Setter for property colOrder. |
void |
setSortCol(int col)
Setter for property sortCol. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowSortingState()
Method Detail |
---|
public boolean[] getColOrder()
public int getSortCol()
public void setColOrder(boolean[] order)
order
- New value of property colOrder.public void setSortCol(int col)
col
- New value of property sortCol.public java.lang.String[] getColNames()
public void setColNames(java.lang.String[] names)
names
- New value of property colNames.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |