Class MarvinFxRuntime


  • public class MarvinFxRuntime
    extends java.lang.Object
    • Field Detail

      • toolkitCreated

        private static boolean toolkitCreated
      • lastStage

        private static javafx.stage.Stage lastStage
    • Constructor Detail

      • MarvinFxRuntime

        public MarvinFxRuntime()
    • Method Detail

      • createToolkitAndPlatform

        public static void createToolkitAndPlatform()
      • show

        public static javafx.stage.Stage show​(java.net.URL fxmlFile)
      • showAndCreateController

        public static MarvinFXMLWrapper showAndCreateController​(java.net.URL fxmlFile)
      • show

        public static javafx.stage.Stage show​(javafx.scene.Parent parentNode)
      • show

        public static javafx.stage.Stage show​(javafx.scene.Node node)
      • show

        public static javafx.stage.Stage show​(javafx.scene.Scene scene)
      • showInPlatformThread

        private static javafx.stage.Stage showInPlatformThread​(javafx.scene.Node node)
      • showInPlatformThread

        private static javafx.stage.Stage showInPlatformThread​(javafx.scene.Parent parentNode)
      • showInPlatformThread

        private static MarvinFXMLWrapper showInPlatformThread​(java.net.URL fxmlFile)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • showInPlatformThread

        private static javafx.stage.Stage showInPlatformThread​(javafx.scene.Scene scene)