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, setEdtInvocationManager
public boolean isEventDispatchThread()
isEventDispatchThread
in class EdtInvocationManager
public void invokeLater(java.lang.Runnable task)
invokeLater
in class EdtInvocationManager
public void invokeAndWait(java.lang.Runnable task) throws java.lang.reflect.InvocationTargetException, java.lang.InterruptedException
invokeAndWait
in class EdtInvocationManager
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException