Class IFRadioController

java.lang.Object
interfascia.GUIComponent
interfascia.IFRadioController

public class IFRadioController extends GUIComponent
  • Constructor Details

    • IFRadioController

      public IFRadioController()
    • IFRadioController

      public IFRadioController(String argLabel)
    • IFRadioController

      public IFRadioController(String argLabel, Object l)
  • Method Details

    • add

      public void add(IFRadioButton button)
    • remove

      public void remove(IFRadioButton button)
    • getSelectedIndex

      public int getSelectedIndex()
    • getSelected

      public IFRadioButton getSelected()
    • selectButton

      public void selectButton(IFRadioButton button)
    • getSelectionStatusForButton

      public boolean getSelectionStatusForButton(IFRadioButton button)
    • deselectAll

      public void deselectAll()
    • addActionListener

      public void addActionListener(Object arglistener)
      Overrides:
      addActionListener in class GUIComponent