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

/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java1510 if ((isFocusOwner() || (containsFocus() && !isLightweight())) &&
1567 if (isFocusOwner()) {
1658 return isFocusOwner();
6969 if (isFocusOwner() && KeyboardFocusManager.isAutoFocusTransferEnabledFor(this)) {
7107 if (isFocusOwner() && KeyboardFocusManager.isAutoFocusTransferEnabled()) {
7830 if (toFocus != null && !toFocus.isFocusOwner() && toFocus != this) {
7975 * <code>isFocusOwner()</code>.
7994 public boolean isFocusOwner() { method in class:Component
9614 if (this.isFocusOwner()) {

Completed in 45 milliseconds