![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
AutowiredFXMLStage (URL fxml, Window owner) | |
AutowiredFXMLStage (URL fxml, Window owner, StageStyle style) | |
void | loadFXML () throws IOException |
void | setFXMLLoader (FXMLLoader loader) |
![]() | |
void | show () |
Custom extension of a JavaFX stage that allows injection of custom controllers. These controllers are created by Spring, allowing me to finally have control over their initialization process.
Definition at line 18 of file AutowiredFXMLStage.java.
ui.AutowiredFXMLStage.AutowiredFXMLStage | ( | URL | fxml, |
Window | owner | ||
) |
fxml | A URL pointing to an FXML document. This document represents the layout of the component |
owner | The window that owns this stage |
Definition at line 37 of file AutowiredFXMLStage.java.
ui.AutowiredFXMLStage.AutowiredFXMLStage | ( | URL | fxml, |
Window | owner, | ||
StageStyle | style | ||
) |
fxml | A URL pointing to an FXML document. This document represents the layout of the component |
owner | The window that owns this stage |
style | The styling for the stage |
Definition at line 47 of file AutowiredFXMLStage.java.
void ui.AutowiredFXMLStage.loadFXML | ( | ) | throws IOException |
Load the FXML component
Implements ui.FXMLStage.
Definition at line 57 of file AutowiredFXMLStage.java.
void ui.AutowiredFXMLStage.setFXMLLoader | ( | FXMLLoader | loader | ) |
loader | The FXML loader to use in this stage |
Implements ui.FXMLStage.
Definition at line 66 of file AutowiredFXMLStage.java.
Git Repo |