Class JavaFXApplicationThreadExecution

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.Runnable executable)
      Make sure the executable is run in the proper context.
      boolean isFxApplicationThread()
      Indicates if the current thread is already the thread on which the Runnable should be executed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait