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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/gbind/
H A DChoice.java33 public final class Choice extends Expression { class in inherits:Expression
47 public Choice(Expression lhs, Expression rhs) { method in class:Choice
/openjdk7/jdk/src/share/classes/java/awt/
H A DChoice.java38 * The <code>Choice</code> class presents a pop-up menu of choices.
44 * Choice ColorChooser = new Choice();
53 * <img src="doc-files/Choice-1.gif" alt="The following text describes the graphic"
61 * <code>Choice</code> components and the behavior of
64 * Native GUI <code>Choice</code> components' size are often bound by such
66 * the <code>Choice</code>.
72 public class Choice extends Component implements ItemSelectable, Accessible { class in inherits:Component,ItemSelectable,Accessible
74 * The items for the <code>Choice</code>.
87 * The index of the current choice for this <code>Choice</cod
117 public Choice() throws HeadlessException { method in class:Choice
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java61 Choice[] choices;
70 class Choice { class in class:CodingChooser
74 Choice(Coding coding, int index, int[] distance) { method in class:CodingChooser.Choice
112 return "Choice["+index+"] "+s+" "+coding;
152 choices = new Choice[nc];
157 choices[nc++] = new Choice(allCodingChoices[i], i, distance);
173 Choice makeExtraChoice(Coding coding) {
182 Choice c = new Choice(coding, -1, distance);
201 private Choice regularChoic
[all...]

Completed in 46 milliseconds