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

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDialogPeer.java48 InputMethodManager imm = InputMethodManager.getInstance();
144 InputMethodManager.getInstance().notifyChangeRequest((Component)target);
H A DWFramePeer.java177 InputMethodManager imm = InputMethodManager.getInstance();
207 InputMethodManager.getInstance().notifyChangeRequest((Component)target);
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputContext.java122 InputMethodManager imm = InputMethodManager.getInstance();
160 InputMethodLocator newLocator = InputMethodManager.getInstance().findInputMethod(locale);
254 InputMethodManager.getInstance().notifyChangeRequestByHotKey((Component)event.getSource());
417 InputMethodManager.getInstance().setInputContext(this);
486 InputMethodManager.getInstance().setInputContext(null);
H A DInputMethodManager.java60 * <code>InputMethodManager</code> is an abstract class that manages the input
61 * method environment of JVM. There is only one <code>InputMethodManager</code>
63 * <code>InputMethodManager</code> performs the following:
99 * <code>InputMethodManager</code> that the user wants to switch input methods.</LI>
102 * <code>InputMethodManager</code> displays a pop-up menu to choose an input method.</LI>
105 * <code>InputMethodManager</code> notifies the current <code>InputContext</code> of
118 * <code>InputMethodManager</code> that the user wants to switch input methods.</LI>
131 public abstract class InputMethodManager { class
134 * InputMethodManager thread name
136 private static final String threadName = "AWT-InputMethodManager";
[all...]
H A DInputMethodPopupMenu.java162 ((ExecutableInputMethodManager)InputMethodManager.getInstance()).changeInputMethod(choice);

Completed in 1462 milliseconds