Class awt.RadioGroup
All Packages    This Package    Previous    Next

Class awt.RadioGroup

java.lang.Object
   |
   +----awt.RadioGroup

public class RadioGroup
extends Object
This class is used to create a multiple-exclusion scope for a set of Toggle buttons. For example, creating a set of toggle buttons with the same RadioGroup object means that only one of those toggle buttons will be allowed to be "on" at a time.
Version:
1.6 31 Jan 1995
Author:
Sami Shaio

RadioGroup()

getCurrent()
setCurrent(Toggle)

RadioGroup
  public RadioGroup()

getCurrent
  public Toggle getCurrent()
setCurrent
  public void setCurrent(Toggle t)

All Packages    This Package    Previous    Next