Searched refs:choice (Results 51 - 58 of 58) sorted by relevance

123

/openjdk10/jdk/src/demo/share/jfc/Font2DTest/
H A DFont2DTest.java948 /// User cancelled selection; reset to previous choice
1122 private ChoiceV2 choice = null; field in class:Font2DTest.ChoiceV2Renderer
1124 public ChoiceV2Renderer(ChoiceV2 choice) { argument
1140 this.choice = choice;
1155 index = choice.getSelectedIndex();
1158 if(choice.getBit(index)) {
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DMultiplicity.java164 public static Multiplicity choice( Multiplicity lhs, Multiplicity rhs ) { method in class:Multiplicity
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java1129 final Tree choice = Tree.makeGroup(GroupKind.CHOICE, children)
1156 choice.write(p);
1160 return choice;
1331 final Tree choice = Tree.makeGroup(GroupKind.CHOICE, children).makeRepeated(rp.isCollection()).makeOptional(!rp.isRequired());
1345 choice.write(p);
1349 return choice;
/openjdk10/hotspot/src/share/vm/opto/
H A Dlcm.cpp475 // one choice, then use it. Projections take top priority for correctness
499 uint choice = 0; // Bigger is most important local
632 if (choice < n_choice ||
633 (choice == n_choice &&
639 choice = n_choice;
/openjdk10/jdk/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintJob.java371 String choice = customTray.getChoiceName();
372 if (choice != null) {
373 mOptions += " InputSlot="+choice;
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DPSPrinterJob.java494 String choice = customTray.getChoiceName();
495 if (choice != null) {
496 mOptions = " InputSlot="+ choice;
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/main/
H A DOption.java849 * The kind of choice for "choice" options.
1129 // some clients like to see just one of option+choice set
1237 for (String choice : choices) {
1239 sb.append(choice);
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXChoicePeer.java92 // 6425067. Mouse was pressed on furled choice and dropdown list appeared over Choice itself
94 // This scenario leads to ItemStateChanged as the choice logic uses
106 // Indicates whether or not to paint selected item in the choice.
110 // If set, indicates components under which choice popup should be showed.
111 // The choice's popup width and location should be adjust to appear
112 // under both choice and alignUnder component.
119 // Holds the listener (XFileDialogPeer) which the processing events from the choice
187 * Fix for 6246503 : Disabling a choice after selection locks keyboard, mouse and makes the system unusable, Xtoolkit
188 * if setEnabled(false) invoked we should close opened choice in
352 * Choice but not on opened part of choice
[all...]

Completed in 77 milliseconds

123