|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.action.CRadioGroup
public class CRadioGroup
A group of CRadioButtons, only one button of the group is selected.
| Constructor Summary | |
|---|---|
CRadioGroup()
|
|
| Method Summary | |
|---|---|
void |
add(CRadioButton button)
Adds a new button to the group |
void |
remove(CRadioButton button)
Removes a button from this group |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CRadioGroup()
| Method Detail |
|---|
public void add(CRadioButton button)
button - the new buttonpublic void remove(CRadioButton button)
button - the button to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||