![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|


Public Member Functions | |
| JavaFXGraphicalUserInterfaceLauncher () | |
| JavaFXGraphicalUserInterfaceLauncher (ApplicationContext context) | |
| void | start (Stage stage) throws Exception |
| void | launchWithDefaultStage (String[] commandLineArguments) |
Main entry point for the UI
Definition at line 12 of file JavaFXGraphicalUserInterfaceLauncher.java.
| ui.JavaFXGraphicalUserInterfaceLauncher.JavaFXGraphicalUserInterfaceLauncher | ( | ) |
Creates the launcher with the default Application context.
Definition at line 19 of file JavaFXGraphicalUserInterfaceLauncher.java.
| void ui.JavaFXGraphicalUserInterfaceLauncher.launchWithDefaultStage | ( | String[] | commandLineArguments | ) |
| commandLineArguments | The command line arguments with which the application (main.Main#main(String[])) was |
Implements ui.UserInterfaceLauncher.
Definition at line 54 of file JavaFXGraphicalUserInterfaceLauncher.java.
| void ui.JavaFXGraphicalUserInterfaceLauncher.start | ( | Stage | stage | ) | throws Exception |
Starts the application
| stage | The stage in which to start the application |
| Exception | If the application could not be started |
Implements ui.UserInterfaceLauncher.
Definition at line 36 of file JavaFXGraphicalUserInterfaceLauncher.java.
| Git Repo |