Groovy Documentation

griffon.swing
[Java] Class SwingUIThreadHandler

java.lang.Object
  org.codehaus.griffon.runtime.util.AbstractUIThreadHandler
      griffon.swing.SwingUIThreadHandler

public class SwingUIThreadHandler
extends AbstractUIThreadHandler

Executes code using SwingUtilities.

Authors:
Andres Almiray


Constructor Summary
SwingUIThreadHandler()

 
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

SwingUIThreadHandler

SwingUIThreadHandler()


 
Method Detail

executeAsync

public void executeAsync(Runnable runnable)


executeSync

public void executeSync(Runnable runnable)


isUIThread

public boolean isUIThread()


 

Groovy Documentation