Class JfxPlatform


  • public class JfxPlatform
    extends java.lang.Object
    The class with additional utility methods for JavaFX Platform.
    • Constructor Summary

      Constructors 
      Constructor Description
      JfxPlatform()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void runInFxThread​(java.lang.Runnable task)
      Execute the task in JavaFX thread.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JfxPlatform

        public JfxPlatform()
    • Method Detail

      • runInFxThread

        public static void runInFxThread​(java.lang.Runnable task)
        Execute the task in JavaFX thread.
        Parameters:
        task - the task.