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

/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DKeyboardFocusManagerPeerImpl.java108 public static boolean deliverFocus(Component lightweightChild, argument
116 if (lightweightChild == null) {
117 lightweightChild = target;
126 false, lightweightChild, cause);
134 FocusEvent fg = new FocusEvent(lightweightChild, FocusEvent.FOCUS_GAINED,
140 SunToolkit.postEvent(SunToolkit.targetToAppContext(lightweightChild), fg);
H A DNullComponentPeer.java181 (Component lightweightChild, boolean temporary,
180 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, Cause cause) argument
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWKeyboardFocusManagerPeer.java73 public static boolean deliverFocus(Component lightweightChild, argument
81 return KeyboardFocusManagerPeerImpl.deliverFocus(lightweightChild,
H A DWPrintDialogPeer.java156 (Component lightweightChild, boolean temporary,
155 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, Cause cause) argument
H A DWComponentPeer.java688 public boolean requestFocus(Component lightweightChild, boolean temporary, argument
693 processSynchronousLightweightTransfer((Component)target, lightweightChild, temporary,
700 .shouldNativelyFocusHeavyweight((Component)target, lightweightChild,
709 focusLog.finer("Proceeding with request to " + lightweightChild + " in " + target);
730 return WKeyboardFocusManagerPeer.deliverFocus(lightweightChild,
H A DWFileDialogPeer.java285 (Component lightweightChild, boolean temporary,
284 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, Cause cause) argument
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXKeyboardFocusManagerPeer.java99 public static boolean deliverFocus(Component lightweightChild, argument
106 return KeyboardFocusManagerPeerImpl.deliverFocus(lightweightChild,
H A DXEmbedChildProxyPeer.java169 boolean simulateMotifRequestFocus(Component lightweightChild, boolean temporary, argument
172 if (lightweightChild == null) {
173 lightweightChild = (Component)proxy;
179 FocusEvent fg = new FocusEvent(lightweightChild, FocusEvent.FOCUS_GAINED, false, currentOwner );
182 fl = new FocusEvent(currentOwner, FocusEvent.FOCUS_LOST, false, lightweightChild);
194 public boolean requestFocus(Component lightweightChild, argument
201 .shouldNativelyFocusHeavyweight(proxy, lightweightChild,
240 return simulateMotifRequestFocus(lightweightChild, temporary, focusedWindowChangeAllowed, time);
H A DXComponentPeer.java248 public final boolean requestFocus(Component lightweightChild, boolean temporary, argument
253 processSynchronousLightweightTransfer(target, lightweightChild, temporary,
260 shouldNativelyFocusHeavyweight(target, lightweightChild,
272 lightweightChild + " in " + target);
306 return XKeyboardFocusManagerPeer.deliverFocus(lightweightChild,
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DComponentPeer.java332 * @param lightweightChild the actual lightweight child that requests the
344 boolean requestFocus(Component lightweightChild, boolean temporary, argument
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java904 public boolean requestFocus(Component lightweightChild, boolean temporary, argument
909 focusLog.finest("lightweightChild=" + lightweightChild + ", temporary=" + temporary +
914 getTarget(), lightweightChild, temporary,
920 getTarget(), lightweightChild, temporary,
974 return LWKeyboardFocusManagerPeer.deliverFocus(lightweightChild,
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java374 public boolean requestFocus(Component lightweightChild, boolean temporary, argument

Completed in 138 milliseconds