Searched defs:selectInputMethod (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/im/
H A DInputContext.java38 * Two methods handle both input methods and keyboard layouts: selectInputMethod
132 * <code>selectInputMethod</code> assumes that native input methods or
146 public boolean selectInputMethod(Locale locale) { method in class:InputContext
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputContext.java131 selectInputMethod(imm.getDefaultKeyboardLocale());
135 * @see java.awt.im.InputContext#selectInputMethod
138 public synchronized boolean selectInputMethod(Locale locale) { method in class:InputContext

Completed in 60 milliseconds