swingwt.awt
Class EventQueue

java.lang.Object
  extended byswingwt.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)


Constructor Summary
EventQueue()
           
 
Method Summary
static AWTEvent getCurrentEvent()
           
static long getMostRecentEventTime()
           
static void invokeAndWait(java.lang.Runnable run)
           
static void invokeLater(java.lang.Runnable run)
           
static boolean isDispatchThread(java.lang.Thread t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventQueue

public EventQueue()
Method Detail

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)