Lines Matching refs:choice

92     // 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.
408 // if the mouse was dragged outside the drop-down choice area
491 * This fix make impossible to drag mouse inside opened choice
551 * Paint the choice
629 * After removing the item of the choice we need to reshape unfurled choice
630 * in order to keep actual bounds of the choice
639 // if the choice is empty (see Choice.java method removeNoInvalidate())
672 * After removing the item of the choice we need to reshape unfurled choice
673 * in order to keep actual bounds of the choice
937 Choice choice = (Choice)target;
1027 //fix 6252982: PIT: Keyboard FocusTraversal not working when choice's drop-down is visible, on XToolkit
1094 * if this choice opened or not).
1112 * choice events (opening, closing).
1114 * A opening choice event is generated when the invoking unfurledChoice.toFront()
1115 * A closing choice event is generated at the time of the processing the mouse releasing