Understanding the Kanji 0.1.5
A tool for understanding the meaning behind the Japanese Kanji characters.
Loading...
Searching...
No Matches
net.samuelcmace.utk.gui.ControllerManager Class Referenceabstract

Abstract class to control the switching behavior of the FXML views and their corresponding controllers. More...

Collaboration diagram for net.samuelcmace.utk.gui.ControllerManager:
Collaboration graph

Static Public Member Functions

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 Private Attributes

static Scene applicationScene
 The scene set by the application on load.
 

Detailed Description

Abstract class to control the switching behavior of the FXML views and their corresponding controllers.

Member Function Documentation

◆ SwitchScene()

static void net.samuelcmace.utk.gui.ControllerManager.SwitchScene ( Controllers  m_controller)
static

Method to switch the view that the scene controls.

Parameters
m_controllerThe enum that corresponds to the view to switch to.

The documentation for this class was generated from the following file: