Class CRadioGroup
java.lang.Object
bibliothek.gui.dock.common.action.CRadioGroup
A group of
CRadioButtons, only one button of the group is selected.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(CRadioButton button) Adds a new button to the groupvoidremove(CRadioButton button) Removes a button from this group
-
Constructor Details
-
CRadioGroup
public CRadioGroup()
-
-
Method Details
-
add
Adds a new button to the group- Parameters:
button- the new button
-
remove
Removes a button from this group- Parameters:
button- the button to remove
-