|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.gui.SwingUtil
public class SwingUtil
This utility class provides variants of the invocation method from the
SwingUtilities class.
SwingUtilities| Constructor Summary | |
|---|---|
SwingUtil()
|
|
| Method Summary | |
|---|---|
static void |
invokeAndWait(java.lang.Runnable runnable)
Invokes the given Runnable in the AWT event dispatching thread, and waits for it to finish. |
static void |
invokeLater(java.lang.Runnable runnable)
Invokes the given Runnable in the AWT event dispatching thread, not necessarily right away. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwingUtil()
| Method Detail |
|---|
public static void invokeAndWait(java.lang.Runnable runnable)
throws java.lang.InterruptedException,
java.lang.reflect.InvocationTargetException
runnable - the Runnable to be executed.
java.lang.InterruptedException
java.lang.reflect.InvocationTargetExceptionSwingUtilities.invokeAndWait(Runnable)public static void invokeLater(java.lang.Runnable runnable)
runnable - the Runnable to be executed.SwingUtilities.invokeLater(Runnable)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||