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

/openjdk7/jdk/src/share/classes/java/awt/im/spi/
H A DInputMethodContext.java139 public void enableClientWindowNotification(InputMethod inputMethod, boolean enable); method in interface:InputMethodContext
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodContext.java364 * @see java.awt.im.spi.InputMethodContext#enableClientWindowNotification
366 public void enableClientWindowNotification(InputMethod inputMethod, boolean enable) { method in class:InputMethodContext
367 super.enableClientWindowNotification(inputMethod, enable);
H A DInputContext.java560 enableClientWindowNotification(inputMethod, false);
685 enableClientWindowNotification(inputMethod, false);
841 enableClientWindowNotification(inputMethodInstance, state.booleanValue());
913 * @see java.awt.im.spi.InputMethodContext#enableClientWindowNotification
915 synchronized void enableClientWindowNotification(InputMethod requester, method in class:InputContext

Completed in 33 milliseconds