Uses of Class
com.example.project.controllers.RootLayoutController
Packages that use RootLayoutController
-
Uses of RootLayoutController in com.example.project.services
Methods in com.example.project.services with parameters of type RootLayoutControllerModifier and TypeMethodDescriptionvoid
SceneManager.initialise
(RootLayoutController theRootController, PageLoader loader) loads the fxml of all the scenes on launch to switch to via scene manaager.static void
SceneManager.injectForTests
(SceneManager newInstance, RootLayoutController newRootController, Map<GameScenes, GameScreenController> controllersToUse, Map<GameScenes, javafx.scene.Parent> pagesToUse) Helper method for tests.