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

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodManager.java257 private InputMethodLocator hostAdapterLocator; field in class:ExecutableInputMethodManager
286 hostAdapterLocator = new InputMethodLocator(hostAdapterDescriptor, null, null);
412 return ((hostAdapterLocator != null) && (javaInputMethodCount > 0)
481 if (hostAdapterLocator != null) {
482 selectionMenu.addOneInputMethodToMenu(hostAdapterLocator, currentSelection);
521 if (hostAdapterLocator.getActionCommandString().equals(inputMethodName)) {
522 locator = hostAdapterLocator;
574 if (hostAdapterLocator != null && hostAdapterLocator.isLocaleAvailable(locale)) {
575 return hostAdapterLocator
[all...]

Completed in 107 milliseconds