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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DKeyboardFocusManagerPeerImpl.java147 public static int shouldNativelyFocusHeavyweight(Component heavyweight, method in class:KeyboardFocusManagerPeerImpl
154 return kfmAccessor.shouldNativelyFocusHeavyweight(
H A DAWTAccessor.java391 int shouldNativelyFocusHeavyweight(Component heavyweight, method in interface:AWTAccessor.KeyboardFocusManagerAccessor
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedChildProxyPeer.java203 .shouldNativelyFocusHeavyweight(proxy, lightweightChild,
214 * The problems with requests in non-focused window arise because shouldNativelyFocusHeavyweight
H A DXComponentPeer.java306 shouldNativelyFocusHeavyweight(target, lightweightChild,
319 * The problems with requests in non-focused window arise because shouldNativelyFocusHeavyweight
/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyboardFocusManager.java122 public int shouldNativelyFocusHeavyweight(Component heavyweight,
129 return KeyboardFocusManager.shouldNativelyFocusHeavyweight(
2327 static int shouldNativelyFocusHeavyweight method in class:KeyboardFocusManager
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java877 int result = LWKeyboardFocusManagerPeer.shouldNativelyFocusHeavyweight(
898 // The more evident place to perform this check is in KFM.shouldNativelyFocusHeavyweight,
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java676 .shouldNativelyFocusHeavyweight((Component)target, lightweightChild,

Completed in 76 milliseconds