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

Quick Search    Search Deep

Uses of Class
java.awt.Checkbox

Uses of Checkbox in java.awt
 

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

Methods in java.awt that return Checkbox
 Checkbox CheckboxGroup.getSelectedCheckbox()
          Returns the currently selected checkbox, or null if none of the checkboxes in this group are selected.
 Checkbox CheckboxGroup.getCurrent()
          Deprecated. This method is deprecated in favor of getSelectedCheckbox().
 

Methods in java.awt with parameters of type Checkbox
protected abstract  java.awt.peer.CheckboxPeer Toolkit.createCheckbox(Checkbox target)
          Creates a peer object for the specified Checkbox.
 void CheckboxGroup.setSelectedCheckbox(Checkbox selectedCheckbox)
          This method sets the specified checkbox to be the selected on in this group, and unsets all others.
 void CheckboxGroup.setCurrent(Checkbox selectedCheckbox)
          Deprecated. This method is deprecated in favor of setSelectedCheckbox().