Searched defs:descendant (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DKeyboardFocusManagerPeerImpl.java113 Component currentFocusOwner) // provided by the descendant peers
148 Component descendant,
155 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time, cause);
164 Component descendant,
170 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time);
147 shouldNativelyFocusHeavyweight(Component heavyweight, Component descendant, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
163 processSynchronousLightweightTransfer(Component heavyweight, Component descendant, boolean temporary, boolean focusedWindowChangeAllowed, long time) argument
H A DAWTAccessor.java392 Component descendant,
398 * Delivers focus for the lightweight descendant of the heavyweight
402 Component descendant,
391 shouldNativelyFocusHeavyweight(Component heavyweight, Component descendant, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
401 processSynchronousLightweightTransfer(Component heavyweight, Component descendant, boolean temporary, boolean focusedWindowChangeAllowed, long time) argument
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultMutableTreeNode.java429 * @return true if this node is a descendant of <code>anotherNode</code>
448 * Returns true if <code>anotherNode</code> is a descendant of this node
449 * -- if it is this node, one of this node's children, or a descendant of
451 * descendant of itself. If <code>anotherNode</code> is null, returns
457 * @param anotherNode node to test as descendant of this node
1090 * Finds and returns the first leaf that is a descendant of this node --
1110 * Finds and returns the last leaf that is a descendant of this node --
1460 TreeNode descendant)
1464 if (ancestor == null || descendant == null) {
1471 stack.push(descendant);
1459 PathBetweenNodesEnumeration(TreeNode ancestor, TreeNode descendant) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyboardFocusManager.java123 Component descendant,
130 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time, cause);
133 Component descendant,
139 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time);
2139 HeavyweightFocusRequest(Component heavyweight, Component descendant, argument
2149 addLightweightRequest(descendant, temporary, cause);
2151 boolean addLightweightRequest(Component descendant, argument
2157 if (descendant == null) {
2158 log.fine("Assertion (descendant != null) failed");
2166 if (descendant !
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
[all...]

Completed in 48 milliseconds