bibliothek.gui.dock.common.action
Class CRadioGroup

java.lang.Object
  extended by bibliothek.gui.dock.common.action.CRadioGroup

public class CRadioGroup
extends Object

A group of CRadioButtons, only one button of the group is selected.

Author:
Benjamin Sigg

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

CRadioGroup

public CRadioGroup()
Method Detail

add

public void add(CRadioButton button)
Adds a new button to the group

Parameters:
button - the new button

remove

public void remove(CRadioButton button)
Removes a button from this group

Parameters:
button - the button to remove