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 Type
    Method
    Description
    javafx.stage.Stage
    Provides the primary stage of the application.
  • Method Details

    • getPrimaryStage

      javafx.stage.Stage getPrimaryStage()
      Provides the primary stage of the application. This stage is typically used for main content presentation.
      Returns:
      primary stage