Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.CheckboxGroup

Uses of CheckboxGroup in java.awt
 

Fields in java.awt declared as CheckboxGroup
private  CheckboxGroup Checkbox.group
           
 

Methods in java.awt that return CheckboxGroup
 CheckboxGroup Checkbox.getCheckboxGroup()
          Returns the checkbox group this object is a member of, if any.
 

Methods in java.awt with parameters of type CheckboxGroup
 void Checkbox.setCheckboxGroup(CheckboxGroup group)
          Sets this object's checkbox group to the specified group.
 

Constructors in java.awt with parameters of type CheckboxGroup
Checkbox(java.lang.String label, CheckboxGroup group, boolean state)
          Initializes a new instance of Checkbox with the specified label, initial state, and checkbox group.
Checkbox(java.lang.String label, boolean state, CheckboxGroup group)
          Initializes a new instance of Checkbox with the specified label, initial state, and checkbox group.