|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTask.Support.GUISupport.ThreadUtils
public class ThreadUtils
ThreadUtils contains functions to help you ensure that code runs on the EDT
| 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 |
|---|
public ThreadUtils()
| Method Detail |
|---|
public static final void assertInEDT()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic static final boolean isInEDT()
public static final void executeLaterInEDT(java.lang.Runnable functor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||