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

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodManager.java261 private Vector<InputMethodLocator> javaInputMethodLocatorList; field in class:ExecutableInputMethodManager
293 javaInputMethodLocatorList = new Vector<InputMethodLocator>();
430 synchronized (javaInputMethodLocatorList) {
431 javaInputMethodLocatorList.clear();
438 javaInputMethodLocatorList.add(new InputMethodLocator(descriptor, cl, null));
446 javaInputMethodCount = javaInputMethodLocatorList.size();
487 for (int i = 0; i < javaInputMethodLocatorList.size(); i++) {
488 InputMethodLocator locator = javaInputMethodLocatorList.get(i);
524 for (int i = 0; i < javaInputMethodLocatorList.size(); i++) {
525 InputMethodLocator candidate = javaInputMethodLocatorList
[all...]

Completed in 34 milliseconds