All Packages Class Hierarchy This Package Previous Next Index
Class dpscomponents.button.MightyRadioButtonGroup
java.lang.Object
|
+----dpscomponents.button.MightyRadioButtonGroup
- public class MightyRadioButtonGroup
- extends Object
MightyRadioButtonGroup is a button group for use with any MightyButton of type
RADIO.
Use this group just like you do Java's CheckButtonGroup. Create an instance of
a MightyRadioButtonGroup, then add to it the buttons you want in the group.
It's as simple as falling down.
- Version:
- $Revision: 1.1.1.1 $, $Date: 1999/11/15 20:37:48 $.
- Original author's Version:
- 1.50, 29 December 1995
- Authors:
- Benjamin "Quincy" Cabell V,
- Besiex Software.
-
MightyRadioButtonGroup()
- Construct a MightyRadioButtonGroup.
-
addButton(MightyButton)
- Adds a MightyButton to this radio button group.
-
removeButton(MightyButton)
- Removes a MightyButton to this radio button group.
MightyRadioButtonGroup
public MightyRadioButtonGroup()
- Construct a MightyRadioButtonGroup.
addButton
public void addButton(MightyButton theButton)
- Adds a MightyButton to this radio button group.
- Parameters:
- theButton - The MightyButton to add to this radio button group.
removeButton
public void removeButton(MightyButton theButton)
- Removes a MightyButton to this radio button group.
- Parameters:
- theButton - The MightyButton to remove from this radio button group.
All Packages Class Hierarchy This Package Previous Next Index