|
ElegantJ Trees Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.awt.tree.CheckboxObject
CheckboxObject for the passing value between CheckboxTreeCellEditor and CheckboxTreeCellRenderer
| Constructor Summary | |
CheckboxObject()
|
|
CheckboxObject(boolean state,
java.lang.String label)
Constructs the CheckboxObject |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares the two checkbox objects |
java.lang.String |
getLabel()
Returns the label of the checkbox |
boolean |
getState()
Returns the state of the checkbox |
void |
readExternal(java.io.ObjectInput in)
|
void |
setLabel(java.lang.String label)
Sets the state of the label |
void |
setState(boolean state)
Sets the state of the checkbox |
java.lang.String |
toString()
Returns the string representation of the Checkbox Object |
void |
writeExternal(java.io.ObjectOutput out)
Implementation of the Externalizable |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CheckboxObject()
public CheckboxObject(boolean state,
java.lang.String label)
state - The state for the checkboxlabel - The label for the checkbox| Method Detail |
public void setState(boolean state)
public boolean getState()
public void setLabel(java.lang.String label)
public java.lang.String getLabel()
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
obj - The CheckboxObject
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException,
java.awt.IllegalComponentStateException
writeExternal in interface java.io.Externalizablejava.io.IOException
java.awt.IllegalComponentStateException
|
ElegantJ Trees Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||