![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
void | setApplicationContext (ApplicationContext context) |
![]() | |
void | setLocation (URL fxml) |
< FXMLType > FXMLType | load () throws IOException |
void | setRoot (Object root) |
Define a loader for FXML that is aware of the current Spring application context. This loader uses ApplicationContext#getBean(Class) to load its controllers, and the Beans that control the UI have been initialized in the Spring IOC container
Definition at line 12 of file ContextAwareFXMLLoader.java.
void ui.ContextAwareFXMLLoader.setApplicationContext | ( | ApplicationContext | context | ) |
Sets the controller factory to use ApplicationContext#getBean(Class)
context | The new context that is set by Spring |
Definition at line 20 of file ContextAwareFXMLLoader.java.
Git Repo |