public static class EdtInvocationManager.SwingEdtInvocationManager extends EdtInvocationManager
EdtInvocationManager implementation that uses EventQueue.EdtInvocationManager.SwingEdtInvocationManager| Constructor and Description |
|---|
SwingEdtInvocationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
invokeAndWait(java.lang.Runnable task) |
void |
invokeLater(java.lang.Runnable task) |
boolean |
isEventDispatchThread() |
executeWithCustomManager, getInstance, invokeAndWaitIfNeeded, setEdtInvocationManagerpublic boolean isEventDispatchThread()
isEventDispatchThread in class EdtInvocationManagerpublic void invokeLater(java.lang.Runnable task)
invokeLater in class EdtInvocationManagerpublic void invokeAndWait(java.lang.Runnable task)
throws java.lang.reflect.InvocationTargetException,
java.lang.InterruptedException
invokeAndWait in class EdtInvocationManagerjava.lang.reflect.InvocationTargetExceptionjava.lang.InterruptedException