Searched defs:Checkbox (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DCheckbox.java47 * add(new Checkbox("one", null, true));
48 * add(new Checkbox("two"));
49 * add(new Checkbox("three"));
55 * <img src="doc-files/Checkbox-1.gif" alt="The following context describes the graphic."
76 public class Checkbox extends Component implements ItemSelectable, Accessible { class in inherits:Component,ItemSelectable,Accessible
87 * The label of the Checkbox.
96 * The state of the <code>Checkbox</code>.
143 public Checkbox() throws HeadlessException { method in class:Checkbox
159 public Checkbox(String label) throws HeadlessException { method in class:Checkbox
176 public Checkbox(Strin method in class:Checkbox
195 public Checkbox(String label, boolean state, CheckboxGroup group) method in class:Checkbox
221 public Checkbox(String label, CheckboxGroup group, boolean state) method in class:Checkbox
[all...]

Completed in 22 milliseconds