|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--amber.type.server.ColumnState
This class contains the state of the column. It contains the number of the column and the state of the arrow.
ComplexListHandler, Serialized Form| Field Summary | |
protected int |
index
The column index of the matching column. |
protected int |
state
The state of the column arrow. |
| Constructor Summary | |
ColumnState()
Default Constructor. |
|
ColumnState(int index,
int state)
Initialising Constructor. |
|
| Method Summary | |
int |
getIndex()
Gets the data in the following variable: The column index of the matching column. |
int |
getState()
Gets the data in the following variable: The state of the column arrow. |
void |
setIndex(int data)
Sets the data in the following variable: The column index of the matching column. |
void |
setState(int data)
Sets the data in the following variable: The state of the column arrow. |
java.lang.String |
toString()
This function returns the String form of the data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int index
protected int state
| Constructor Detail |
public ColumnState()
public ColumnState(int index,
int state)
index - The column index of the matching column.state - The state of the column arrow.| Method Detail |
public int getIndex()
public int getState()
public void setIndex(int data)
data - int containing the data to set the variable to.public void setState(int data)
data - int containing the data to set the variable to.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||