|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.runtime.util.AbstractUIThreadHandler
griffon.javafx.JavaFXUIThreadHandler
class JavaFXUIThreadHandler extends AbstractUIThreadHandler
| Field Summary | |
|---|---|
private static Thread.UncaughtExceptionHandler |
UNCAUGHT_EXCEPTION_HANDLER
|
| Constructor Summary | |
JavaFXUIThreadHandler()
|
|
| Method Summary | |
|---|---|
void
|
executeAsync(Runnable runnable)
Executes a code block asynchronously on the UI thread. |
void
|
executeSync(Runnable runnable)
Executes a code block synchronously on the UI thread. |
boolean
|
isUIThread()
True if the current thread is the UI thread. |
| Methods inherited from class AbstractUIThreadHandler | |
|---|---|
| executeOutside, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, executeAsync, executeSync, isUIThread |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final Thread.UncaughtExceptionHandler UNCAUGHT_EXCEPTION_HANDLER
| Constructor Detail |
|---|
JavaFXUIThreadHandler()
| Method Detail |
|---|
void executeAsync(Runnable runnable)
void executeSync(Runnable runnable)
boolean isUIThread()
Groovy Documentation