net.sf.jguiraffe.gui.platform.javafx.builder.utils
<invalid inheritdoc annotation> This implementation directly delegates to the Platform class.
<invalid inheritdoc annotation> This implementation directly delegates to the Platform class.
<invalid inheritdoc annotation> This implementation uses the Java FX Platform class to find out whether we are on the Java FX application thread.
<invalid inheritdoc annotation> This implementation uses the Java FX Platform class to find out whether we are on the Java FX application thread.
<invalid inheritdoc annotation> This implementation has to simulate synchronous invocations because they are not supported per default by Java FX.
<invalid inheritdoc annotation> This implementation has to simulate synchronous invocations because they are not supported per default by Java FX. Therefore, an asynchronous invocation is performed, and synchronization is used to wait for its completion.
The Java FX-specific implementation of the GUISynchronizer interface.
This implementation mainly delegates to methods of the Java FX Platform class. Functionality missing in this class, but required by the interface has to be implemented manually, e.g. synchronous executions on the Java FX thread.