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

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodManager.java98 * user, Frame/Dialog invokes <code>notifyChangeRequest()</code> to notify
194 public abstract void notifyChangeRequest(Component comp); method in class:InputMethodManager
380 public synchronized void notifyChangeRequest(Component comp) { method in class:ExecutableInputMethodManager
401 notifyChangeRequest(comp);

Completed in 45 milliseconds