public class JavaFXUIThreadManager extends AbstractUIThreadManager
ERROR_CALLABLE_NULL, ERROR_RUNNABLE_NULL| Constructor and Description | 
|---|
| JavaFXUIThreadManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isUIThread()True if the current thread is the UI thread. | 
| void | runInsideUIAsync(Runnable runnable)Executes a code block asynchronously on the UI thread. | 
| void | runInsideUISync(Runnable runnable)Executes a code block synchronously on the UI thread. | 
runFuture, runFuture, runOutsideUI, setExecutorServiceManagerpublic boolean isUIThread()
public void runInsideUIAsync(@Nonnull Runnable runnable)
ThreadingHandlerpublic void runInsideUISync(@Nonnull Runnable runnable)
ThreadingHandler