swingwt.awt
Class EventQueue
java.lang.Object
swingwt.awt.EventQueue
- public class EventQueue
- extends java.lang.Object
Dumb wrapper around other functions we have. Implements
a bunch of statics that some code may rely on.
The real "meat" of what this class is supposed to do
is taken care of inside SwingWTUtils (and mapped over
SWT dispatch mechanisms)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventQueue
public EventQueue()
isDispatchThread
public static boolean isDispatchThread(java.lang.Thread t)
getCurrentEvent
public static AWTEvent getCurrentEvent()
getMostRecentEventTime
public static long getMostRecentEventTime()
invokeAndWait
public static void invokeAndWait(java.lang.Runnable run)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
invokeLater
public static void invokeLater(java.lang.Runnable run)