Searched refs:selectionMenu (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodManager.java253 private InputMethodPopupMenu selectionMenu; field in class:ExecutableInputMethodManager
468 selectionMenu = InputMethodPopupMenu.getInstance(requestComponent, selectInputMethodMenuTitle);
473 selectionMenu.removeAll();
482 selectionMenu.addOneInputMethodToMenu(hostAdapterLocator, currentSelection);
483 selectionMenu.addSeparator();
489 selectionMenu.addOneInputMethodToMenu(locator, currentSelection);
493 selectionMenu.addToComponent(requestComponent);
495 selectionMenu.show(requestComponent, 60, 80); // TODO: get proper x, y...

Completed in 3182 milliseconds