|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TObject | +--TVCpn | +--TCptCpn | +--TButton | +--TRBtn
Type RadioButton:
Class TRBtn
is a checkable networked button.
Field Summary | |
boolean |
checked
True if the button is checked. |
TNet |
network
The assigned network. |
Fields inherited from class TCptCpn |
caption |
Fields inherited from class TVCpn |
height, visible, width, x, y |
Constructor Summary | |
TRBtn(TNet network)
Instanciates a new Type RadioButton. |
Method Summary | |
boolean |
getChecked()
Returns true if the button is checked. |
void |
setChecked(boolean check)
Sets if the button is checked. |
Methods inherited from class TCptCpn |
getCaption, setCaption |
Methods inherited from class TVCpn |
getHeight, getVisible, getWidth, getX, getY, move, setDim, setHeight, setVisible, setWidth, setX, setY |
Methods inherited from class TObject |
clone, Destroy, equals, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public boolean checked
public TNet network
Constructor Detail |
public TRBtn(TNet network)
network
- The assigned network.Method Detail |
public void setChecked(boolean check)
check
- True to check the button.public boolean getChecked()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |