![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
void | setPrimaryStage (Stage primaryStage) |
FXMLLoader | fxmlLoader () |
DeviceSetupController | deviceSetupController () |
SequenceController | sequenceController () |
DeviceListController | deviceListController () |
ResultController | resultController () |
FXMLStage | application () |
Contains the configuration for the User Interface. This is a structure of beans that are used to load the user interface. Construction details are specified in this configuration
IntelliJ will claim that some methods, especially the beans, are unused. This is false. These methods need to exist because Spring will run all the methods annotated with Bean, and add their return values to its inversion of control container. Calls to org.springframework.context.ApplicationContext#getBean(Class) will then use these instantiated objects. Such a call is also implicitly present in any field annotated with org.springframework.beans.factory.annotation.Autowired. In short, be sure that methods can be deleted from here before you do so. Your IDE may spread lies
Definition at line 28 of file UserInterfaceConfiguration.java.
FXMLStage ui.UserInterfaceConfiguration.application | ( | ) |
Definition at line 85 of file UserInterfaceConfiguration.java.
DeviceSetupController ui.UserInterfaceConfiguration.deviceSetupController | ( | ) |
Definition at line 55 of file UserInterfaceConfiguration.java.
FXMLLoader ui.UserInterfaceConfiguration.fxmlLoader | ( | ) |
Definition at line 46 of file UserInterfaceConfiguration.java.
SequenceController ui.UserInterfaceConfiguration.sequenceController | ( | ) |
Definition at line 64 of file UserInterfaceConfiguration.java.
void ui.UserInterfaceConfiguration.setPrimaryStage | ( | Stage | primaryStage | ) |
primaryStage | The stage to use as the primary stage |
Definition at line 37 of file UserInterfaceConfiguration.java.
Git Repo |