|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabbot.tester.WindowTracker
Keep track of all known root windows, and all known showing/hidden/closed windows.
Constructor Summary | |
(package private) |
WindowTracker()
Create an instance of WindowTracker which will track all windows coming and going on the current and subsequent app contexts. |
Method Summary | |
Collection |
getEventQueues()
Returns all known event queues. |
EventQueue |
getQueue(Component c)
Return the event queue corresponding to the given component. |
Collection |
getRootWindows()
Return all available root Windows. |
static WindowTracker |
getTracker()
Only ever want one of these. |
boolean |
isWindowReady(Window w)
Returns whether the window is ready to receive OS-level event input. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
WindowTracker()
Method Detail |
public static WindowTracker getTracker()
public boolean isWindowReady(Window w)
public EventQueue getQueue(Component c)
public Collection getEventQueues()
public Collection getRootWindows()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |