API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. CheckboxGroup View Source
Author(s)
Sami Shaio
Since
JDK1.0
Version
1.37 11/17/05
Serial
Hierarchy
 Object
      CheckboxGroup
Implements
 Serializable
Subclasses
Description
public class CheckboxGroup
  The CheckboxGroup class is used to group together a set of Checkbox buttons.
See also:    Checkbox
Constructors
public CheckboxGroup ()
Creates a new instance of CheckboxGroup.
Methods
Hide/Show inherited methods
@Deprecated
public Checkbox getCurrent ()
public Checkbox getSelectedCheckbox ()
  Gets the current choice from this check box group.
@Deprecated
publicsynchronized void setCurrent (Checkbox box)
public void setSelectedCheckbox (Checkbox box)
  Sets the currently selected check box in this group to be the specified check box.
public String toString ()
  Returns a string representation of this check box group, including the value of its current selection.
Fields
Hide/Show inherited fields
pack-private Checkbox selectedCheckbox
  The current choice.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar