net.sf.jguiraffe.gui.platform.javafx.builder.utils
Returns a flag whether the current thread is the Java FX application thread.
Returns a flag whether the current thread is the Java FX application thread.
true if the current thread is the Java FX application thread, false otherwise
Invokes the specified function on the Java FX thread and waits for its completion.
Invokes the specified function on the Java FX thread and waits for its completion. This method can be called from any thread. It simulates a synchronous invocation on the Java FX thread by performing an asynchronous one and waiting for its completion.
the function to be invoked
The companion object for JavaFxGUISynchronizer.