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

/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethod.java97 private Component lastXICFocussedComponent = null; field in class:X11InputMethod
279 lastXICFocussedComponent = null;
327 if (lastXICFocussedComponent != null){
329 lastXICFocussedComponent, awtFocussedComponent);
345 if (lastXICFocussedComponent != null) {
346 lastXICFocussedComponentPeer = getPeer(lastXICFocussedComponent);
361 lastXICFocussedComponent = awtFocussedComponent;
403 lastXICFocussedComponent = awtFocussedComponent;
414 if (lastXICFocussedComponent != null) {
415 setXICFocus(getPeer(lastXICFocussedComponent), fals
[all...]

Completed in 29 milliseconds