![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
void | loadFXML () throws IOException |
void | show () |
void | setFXMLLoader (FXMLLoader loader) |
Describes the methods that a Stage must possess in order to be rendered by the JavaFXGraphicalUserInterfaceLauncher
Definition at line 9 of file FXMLStage.java.
void ui.FXMLStage.loadFXML | ( | ) | throws IOException |
Create a scene, and load an FXML file into that scene
IOException | If the FXML file cannot be found |
Implemented in ui.AutowiredFXMLStage.
void ui.FXMLStage.setFXMLLoader | ( | FXMLLoader | loader | ) |
loader | The FXML loader to use in this stage |
Implemented in ui.AutowiredFXMLStage.
void ui.FXMLStage.show | ( | ) |
Show the stage
Git Repo |