Task.Support.GUISupport
Class ThreadUtils

java.lang.Object
  extended by Task.Support.GUISupport.ThreadUtils

public class ThreadUtils
extends java.lang.Object

ThreadUtils contains functions to help you ensure that code runs on the EDT

Since:
Apr 26, 2007, 6:35:49 PM
Version:
1.0
Author:
Nazmul Idris

Constructor Summary
ThreadUtils()
           
 
Method Summary
static void assertInEDT()
           
static void executeLaterInEDT(java.lang.Runnable functor)
           
static boolean isInEDT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadUtils

public ThreadUtils()
Method Detail

assertInEDT

public static final void assertInEDT()
                              throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

isInEDT

public static final boolean isInEDT()

executeLaterInEDT

public static final void executeLaterInEDT(java.lang.Runnable functor)


Copyright © 2011. All Rights Reserved.