Class MarvinFxRuntime
- java.lang.Object
-
- ch.sahits.game.com.guigarage.marvfx.runtime.MarvinFxRuntime
-
public class MarvinFxRuntime extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static javafx.stage.StagelastStageprivate static booleantoolkitCreated
-
Constructor Summary
Constructors Constructor Description MarvinFxRuntime()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreateToolkitAndPlatform()static javafx.stage.Stageshow(java.net.URL fxmlFile)static javafx.stage.Stageshow(javafx.scene.Node node)static javafx.stage.Stageshow(javafx.scene.Parent parentNode)static javafx.stage.Stageshow(javafx.scene.Scene scene)static MarvinFXMLWrappershowAndCreateController(java.net.URL fxmlFile)private static MarvinFXMLWrappershowInPlatformThread(java.net.URL fxmlFile)private static javafx.stage.StageshowInPlatformThread(javafx.scene.Node node)private static javafx.stage.StageshowInPlatformThread(javafx.scene.Parent parentNode)private static javafx.stage.StageshowInPlatformThread(javafx.scene.Scene scene)
-
-
-
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)
-
-