pt.runtime
Class GuiThreadSwing

java.lang.Object
  extended by pt.runtime.GuiThreadSwing
All Implemented Interfaces:
GuiThreadProxy

public class GuiThreadSwing
extends java.lang.Object
implements GuiThreadProxy


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

Method Detail

getInstance

public static GuiThreadSwing getInstance()

init

public void init()
Specified by:
init in interface GuiThreadProxy

getEventDispatchThread

public java.lang.Thread getEventDispatchThread()
Specified by:
getEventDispatchThread in interface GuiThreadProxy

isEventDispatchThread

public boolean isEventDispatchThread()
Specified by:
isEventDispatchThread in interface GuiThreadProxy

invokeLater

public void invokeLater(java.lang.Runnable r)
Specified by:
invokeLater in interface GuiThreadProxy