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

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWInputMethod.java55 private WComponentPeer awtFocussedComponentPeer = null; field in class:WInputMethod
273 if (awtFocussedComponentPeer == null ||
274 awtFocussedComponentPeer.isDisposed()) {
275 awtFocussedComponentPeer = getNearestNativePeer(comp);
277 if (awtFocussedComponentPeer != null) {
278 handleNativeIMEEvent(awtFocussedComponentPeer, e);
291 if (lastFocussedComponentPeer != awtFocussedComponentPeer ||
296 if (awtFocussedComponentPeer != null) {
297 enableNativeIME(awtFocussedComponentPeer, context, !isAc);
299 lastFocussedComponentPeer = awtFocussedComponentPeer;
[all...]

Completed in 120 milliseconds