Searched defs:heavyweight (Results 1 - 3 of 3) 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...]

Completed in 41 milliseconds