pt.runtime
Class GuiThread

java.lang.Object
  extended by pt.runtime.GuiThread

public class GuiThread
extends java.lang.Object


Constructor Summary
GuiThread()
           
 
Method Summary
static java.lang.Thread getEventDispatchThread()
           
static void init()
           
static void invokeLater(java.lang.Runnable r)
           
static boolean isEventDispatchThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiThread

public GuiThread()
Method Detail

init

public static void init()

getEventDispatchThread

public static java.lang.Thread getEventDispatchThread()

isEventDispatchThread

public static boolean isEventDispatchThread()

invokeLater

public static void invokeLater(java.lang.Runnable r)