Groovy Documentation

griffon.swt
[Java] Class SWTUIThreadHandler

java.lang.Object
  org.codehaus.griffon.runtime.util.AbstractUIThreadHandler
      griffon.swt.SWTUIThreadHandler

public class SWTUIThreadHandler
extends AbstractUIThreadHandler

Executes code using SWT's Display.

Authors:
Andres Almiray


Constructor Summary
SWTUIThreadHandler()

 
Method Summary
void executeAsync(Runnable runnable)

void executeSync(Runnable runnable)

boolean isUIThread()

 
Methods inherited from class AbstractUIThreadHandler
executeOutside, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, isUIThread, executeAsync, executeSync
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

SWTUIThreadHandler

SWTUIThreadHandler()


 
Method Detail

executeAsync

public void executeAsync(Runnable runnable)


executeSync

public void executeSync(Runnable runnable)


isUIThread

public boolean isUIThread()


 

Groovy Documentation