Uses of Interface
com.example.project.services.PageLoader
Packages that use PageLoader
-
Uses of PageLoader in com.example.project.services
Classes in com.example.project.services that implement PageLoaderModifier and TypeClassDescriptionclass
FXML Loader wrapper class for the project to load the game screen FXML pages.Methods in com.example.project.services with parameters of type PageLoaderModifier and TypeMethodDescriptionvoid
SceneManager.initialise
(RootLayoutController theRootController, PageLoader loader) loads the fxml of all the scenes on launch to switch to via scene manaager.