Class JWebAssemblyEmulator.JavaFxApplication
java.lang.Object
javafx.application.Application
de.inetsoftware.jwebassembly.emulator.JWebAssemblyEmulator.JavaFxApplication
- Enclosing class:
JWebAssemblyEmulator
public static class JWebAssemblyEmulator.JavaFxApplication
extends javafx.application.Application
The implementation of the javafx Application.
- Author:
- Volker Berlin
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters -
Field Summary
Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Constructor Details
-
JavaFxApplication
public JavaFxApplication()
-
-
Method Details
-
executeScript
The bridge method for the WebAssembly import function into the JavaScript.- Parameters:
moduleName- the name of the modulemethodName- the name of the functionargs- the arguments- Returns:
- the return value if any
-
start
-
execute
public static void execute()Load the page and run the start method
-