Abstract class to control the switching behavior of the FXML views and their corresponding controllers.
More...
|
static void | SetScene (Scene scene) |
| Method called by the Main class to set the default scene.
|
|
static void | SwitchScene (Controllers m_controller) |
| Method to switch the view that the scene controls.
|
|
|
static Scene | applicationScene |
| The scene set by the application on load.
|
|
Abstract class to control the switching behavior of the FXML views and their corresponding controllers.
◆ SwitchScene()
static void net.samuelcmace.utk.gui.ControllerManager.SwitchScene |
( |
Controllers |
m_controller | ) |
|
|
static |
Method to switch the view that the scene controls.
- Parameters
-
m_controller | The enum that corresponds to the view to switch to. |
The documentation for this class was generated from the following file:
- /github/workspace/src/main/java/net/samuelcmace/utk/gui/ControllerManager.java