|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.swing.core.FocusOwnerFinder
public final class FocusOwnerFinder
Understands lookup of a
owning the input focus.
Component
Method Summary | |
---|---|
static Component |
focusOwner()
Returns the focus owner. |
static Component |
inEdtFocusOwner()
Returns the focus owner. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@RunsInEDT public static Component inEdtFocusOwner()
@RunsInCurrentThread public static Component focusOwner()
Note: This method is not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for calling this method from the EDT.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |