|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectchrriis.uihierarchy.compatibility.SwingUtilities
The SwingUtilities compatible version.
| Constructor Summary | |
SwingUtilities()
|
|
| Method Summary | |
static void |
invokeAndWait(Runnable runnable)
Runs a Runnable in the dispatch thread. |
static void |
invokeLater(Runnable runnable)
Run a Runnable in the event dispatch thread, asynchronously. |
static boolean |
isEventDispatchThread()
Indicate if the current thread is the event dispatch thread. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SwingUtilities()
| Method Detail |
public static boolean isEventDispatchThread()
public static void invokeLater(Runnable runnable)
runnable - The action to run.
public static void invokeAndWait(Runnable runnable)
throws InterruptedException,
InvocationTargetException
runnable - The action to run.
InterruptedException - If interrupted.
InvocationTargetException - If exception on target.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||