Package dev.zemco.codegame.presentation
Interface IStageProvider
- All Known Implementing Classes:
ImmutableStageProvider
public interface IStageProvider
Manages the JavaFX
stages used by the application for presentation.- Author:
- Erik Zemčík
- See Also:
-
Stage
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.stage.StageProvides the primarystageof the application.
-
Method Details
-
getPrimaryStage
javafx.stage.Stage getPrimaryStage()Provides the primarystageof the application. Thisstageis typically used for main content presentation.- Returns:
- primary stage
-