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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DKeyboardFocusManagerPeerImpl.java147 public static int shouldNativelyFocusHeavyweight(Component heavyweight, argument
155 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time, cause);
158 public static void removeLastFocusRequest(Component heavyweight) { argument
159 kfmAccessor.removeLastFocusRequest(heavyweight);
163 public static boolean processSynchronousLightweightTransfer(Component heavyweight, argument
170 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time);
H A DAWTAccessor.java389 * proceed with a pending focus request for the heavyweight.
391 int shouldNativelyFocusHeavyweight(Component heavyweight, argument
398 * Delivers focus for the lightweight descendant of the heavyweight
401 boolean processSynchronousLightweightTransfer(Component heavyweight, argument
407 * Removes the last focus request for the heavyweight from the queue.
409 void removeLastFocusRequest(Component heavyweight); argument
/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyboardFocusManager.java122 public int shouldNativelyFocusHeavyweight(Component heavyweight,
130 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time, cause);
132 public boolean processSynchronousLightweightTransfer(Component heavyweight,
139 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time);
141 public void removeLastFocusRequest(Component heavyweight) {
142 KeyboardFocusManager.removeLastFocusRequest(heavyweight);
2128 final Component heavyweight; field in class:KeyboardFocusManager.HeavyweightFocusRequest
2135 heavyweight = null;
2139 HeavyweightFocusRequest(Component heavyweight, Component descendant, argument
2142 if (heavyweight
2223 processSynchronousLightweightTransfer(Component heavyweight, Component descendant, boolean temporary, boolean focusedWindowChangeAllowed, long time) argument
2327 shouldNativelyFocusHeavyweight(Component heavyweight, Component descendant, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
2937 removeLastFocusRequest(Component heavyweight) argument
[all...]
H A DComponent.java98 * not associated with a native window. On the contrary, a heavyweight
102 * Lightweight and heavyweight components may be mixed in a single component
801 * heavyweight components should they intersect. Possible values:
1447 * <p>Note: Disabling a heavyweight container prevents all components
3262 * Paints all the heavyweight subcomponents.
3443 * Prints all the heavyweight subcomponents.
7632 Component heavyweight = (peer instanceof LightweightPeer)
7634 if (heavyweight == null || !heavyweight.isVisible()) {
7640 peer = heavyweight
[all...]

Completed in 60 milliseconds