BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
ui.UserInterfaceLauncher Interface Reference
Inheritance diagram for ui.UserInterfaceLauncher:
Inheritance graph
[legend]

Public Member Functions

void start (Stage stage) throws Exception
 
void launchWithDefaultStage (String[] commandLineArguments)
 

Detailed Description

Describes methods for a UI launcher

Definition at line 8 of file UserInterfaceLauncher.java.

Member Function Documentation

void ui.UserInterfaceLauncher.launchWithDefaultStage ( String[]  commandLineArguments)

Launch the UI and create a new stage

Parameters
commandLineArgumentsThe 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

Parameters
stageThe stage in which the UI is to be loaded
Exceptions
ExceptionIf the UI cannot be started

Implemented in ui.JavaFXGraphicalUserInterfaceLauncher.


The documentation for this interface was generated from the following file:
Git Repo