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

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWKeyboardFocusManagerPeer.java69 public static boolean deliverFocus(Component lightweightChild, argument
77 return KeyboardFocusManagerPeerImpl.deliverFocus(lightweightChild,
H A DWPrintDialogPeer.java137 (Component lightweightChild, boolean temporary,
136 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
H A DWComponentPeer.java664 public boolean requestFocus(Component lightweightChild, boolean temporary, argument
669 processSynchronousLightweightTransfer((Component)target, lightweightChild, temporary,
676 .shouldNativelyFocusHeavyweight((Component)target, lightweightChild,
685 focusLog.finer("Proceeding with request to " + lightweightChild + " in " + target);
703 return WKeyboardFocusManagerPeer.deliverFocus(lightweightChild,
H A DWFileDialogPeer.java261 (Component lightweightChild, boolean temporary,
260 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXKeyboardFocusManagerPeer.java99 public static boolean deliverFocus(Component lightweightChild, argument
106 return KeyboardFocusManagerPeerImpl.deliverFocus(lightweightChild,
H A DXEmbedChildProxyPeer.java171 boolean simulateMotifRequestFocus(Component lightweightChild, boolean temporary, argument
174 if (lightweightChild == null) {
175 lightweightChild = (Component)proxy;
181 FocusEvent fg = new FocusEvent(lightweightChild, FocusEvent.FOCUS_GAINED, false, currentOwner );
184 fl = new FocusEvent(currentOwner, FocusEvent.FOCUS_LOST, false, lightweightChild);
196 public boolean requestFocus(Component lightweightChild, argument
203 .shouldNativelyFocusHeavyweight(proxy, lightweightChild,
242 return simulateMotifRequestFocus(lightweightChild, temporary, focusedWindowChangeAllowed, time);
H A DXComponentPeer.java294 final public boolean requestFocus(Component lightweightChild, boolean temporary, argument
299 processSynchronousLightweightTransfer(target, lightweightChild, temporary,
306 shouldNativelyFocusHeavyweight(target, lightweightChild,
317 lightweightChild + " in " + target);
347 return XKeyboardFocusManagerPeer.deliverFocus(lightweightChild,
/openjdk7/jdk/src/share/classes/sun/awt/
H A DKeyboardFocusManagerPeerImpl.java107 public static boolean deliverFocus(Component lightweightChild, argument
115 if (lightweightChild == null) {
116 lightweightChild = (Component)target;
125 false, lightweightChild, cause);
132 FocusEvent fg = new CausedFocusEvent(lightweightChild, FocusEvent.FOCUS_GAINED,
H A DNullComponentPeer.java184 (Component lightweightChild, boolean temporary,
183 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DComponentPeer.java341 * @param lightweightChild the actual lightweight child that requests the
353 boolean requestFocus(Component lightweightChild, boolean temporary, argument
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java104 public boolean requestFocus(Component lightweightChild, argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java862 public boolean requestFocus(Component lightweightChild, boolean temporary, argument
867 focusLog.finest("lightweightChild=" + lightweightChild + ", temporary=" + temporary +
872 getTarget(), lightweightChild, temporary,
878 getTarget(), lightweightChild, temporary,
930 return LWKeyboardFocusManagerPeer.deliverFocus(lightweightChild,
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java380 public boolean requestFocus(Component lightweightChild, boolean temporary, argument

Completed in 66 milliseconds