Searched defs:inputMethod (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/im/spi/
H A DInputMethodContext.java135 * @param inputMethod the input method for which notifications are
139 public void enableClientWindowNotification(InputMethod inputMethod, boolean enable); argument
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodContext.java366 public void enableClientWindowNotification(InputMethod inputMethod, boolean enable) { argument
367 super.enableClientWindowNotification(inputMethod, enable);
H A DInputContext.java78 private InputMethod inputMethod; field in class:InputContext
144 if (inputMethod != null) {
145 if (inputMethod.setLocale(locale)) {
168 if (inputMethod == null && inputMethodLocator != null) {
169 inputMethod = getInputMethod();
170 if (inputMethod != null) {
171 return inputMethod.setLocale(locale);
181 if (inputMethod != null) {
182 return inputMethod.getLocale();
201 if (inputMethod !
[all...]

Completed in 44 milliseconds