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

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodWindow.java33 public interface InputMethodWindow { interface
H A DSimpleInputMethodWindow.java38 implements InputMethodWindow {
H A DInputMethodJFrame.java39 implements InputMethodWindow {
H A DCompositionArea.java107 ((InputMethodWindow) compositionWindow).setInputContext(inputContext);
H A DInputContext.java228 // Ignore focus events that relate to the InputMethodWindow of this context.
233 (getComponentWindow(opposite) instanceof InputMethodWindow) &&
302 } else if (getComponentWindow(source) instanceof InputMethodWindow) {

Completed in 237 milliseconds