Class CRadioGroup

java.lang.Object
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 Details

    • CRadioGroup

      public CRadioGroup()
  • Method Details

    • 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