|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TObject | +--TNet
Type Network:
Class TNet
manages a network of RadioButtons.
Field Summary | |
TRBtn |
active
The activated RadioButton. |
Constructor Summary | |
TNet()
Instanciates a new Type Network. |
Method Summary | |
TRBtn |
getActive()
Returns the activated RadioButton. |
void |
setActive(TRBtn button)
Sets the activated RadioButton. |
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 TRBtn active
Constructor Detail |
public TNet()
Method Detail |
public void setActive(TRBtn button)
button
- The activated RadioButton.public TRBtn getActive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |