![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
void | start (Stage stage) throws Exception |
void | launchWithDefaultStage (String[] commandLineArguments) |
Describes methods for a UI launcher
Definition at line 8 of file UserInterfaceLauncher.java.
void ui.UserInterfaceLauncher.launchWithDefaultStage | ( | String[] | commandLineArguments | ) |
Launch the UI and create a new stage
commandLineArguments | The command line arguments with which the application (main.Main#main(String[])) was called |
Implemented in ui.JavaFXGraphicalUserInterfaceLauncher.
void ui.UserInterfaceLauncher.start | ( | Stage | stage | ) | throws Exception |
Start the application with a given stage
stage | The stage in which the UI is to be loaded |
Exception | If the UI cannot be started |
Implemented in ui.JavaFXGraphicalUserInterfaceLauncher.
Git Repo |