Searched refs:choice (Results 26 - 27 of 27) sorted by relevance

12

/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java358 String choice = customTray.getChoiceName();
359 if (choice != null) {
360 mOptions += " media="+choice;
/openjdk7/jdk/src/solaris/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 32 milliseconds

12