|
ElegantJ Tables 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.table.CheckboxObject
CheckboxObject for the CheckboxTreeCellEditor and CheckboxTreeCellRenderer
| Constructor Summary | |
CheckboxObject()
Default constructor |
|
CheckboxObject(boolean state,
java.lang.String label)
Constructs the CheckboxObject |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getLabel()
Returns the label of the checkbox |
boolean |
getState()
Returns the state of the checkbox |
void |
readExternal(java.io.ObjectInput in)
Implementation of the Externalizable |
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)
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
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
|
ElegantJ Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||