Uses of Class
no.ntnu.principes.controller.StageController
Packages that use StageController
Package
Description
-
Uses of StageController in no.ntnu.principes.components
Constructors in no.ntnu.principes.components with parameters of type StageControllerModifierConstructorDescriptionSidebar(BaseScreen parentScreen, StageController stageController) Creates a new Sidebar component linked to a parent screen and controlled by the specified stage controller.WindowTitleBar(StageController stageController) Creates a new WindowTitleBar for the specified stage. -
Uses of StageController in no.ntnu.principes.controller
Methods in no.ntnu.principes.controller that return StageControllerModifier and TypeMethodDescriptionStageManager.getController(String name) Gets a StageController by name, creating a new one if it doesn't exist.StageManager.getController(String name, double width, double height) Gets a StageController by name with custom dimensions, creating a new one if it doesn't exist.StageManager.getController(String name, javafx.stage.Stage stage, double width, double height, boolean isUtility) Gets a StageController by name with custom parameters, creating a new one if it doesn't exist.StageManager.getMainController(javafx.stage.Stage stage) Gets the main StageController, creating it if it doesn't exist.StageManager.getUtilityController(String name, double width, double height) Gets a utility StageController by name, creating a new one if it doesn't exist. -
Uses of StageController in no.ntnu.principes.controller.screen
Constructors in no.ntnu.principes.controller.screen with parameters of type StageControllerModifierConstructorDescriptionScreenController(StageController stageController) Manages the initialization and hierarchical layout of the graphical user interface, including the setup of containers for main screens, modals, and the title bar.