Uses of Class
javafx.stage.Stage
Packages that use Stage
Package
Description
Provides the application life-cycle classes.
Provides classes to support user interface layout.
-
Uses of Stage in javafx.application
Methods in javafx.application with parameters of type Stage -
Uses of Stage in javafx.scene.layout
Methods in javafx.scene.layout with parameters of type StageModifier and TypeMethodDescriptionstatic Dimension2DHeaderBar.getLeftSystemInset(Stage stage) Gets the value of theleftSystemInsetattached property for the specifiedStage.static Dimension2DHeaderBar.getRightSystemInset(Stage stage) Gets the value of therightSystemInsetattached property for the specifiedStage.static doubleHeaderBar.getSystemButtonHeight(Stage stage) Gets the value of thesystemButtonHeightattached property for the specifiedStage.static ColorSchemeHeaderBar.getSystemColorScheme(Stage stage) Gets the value of thesystemColorSchemeattached property for the specifiedStage.static doubleHeaderBar.getSystemMinHeight(Stage stage) Gets the value of thesystemMinHeightattached property for the specifiedStage.static ReadOnlyObjectProperty<Dimension2D> HeaderBar.leftSystemInsetProperty(Stage stage) Describes the size of the left system-reserved inset for the specifiedStage, which is an area reserved for the iconify, maximize, and close window buttons.static ReadOnlyObjectProperty<Dimension2D> HeaderBar.rightSystemInsetProperty(Stage stage) Describes the size of the right system-reserved inset for the specifiedStage, which is an area reserved for the iconify, maximize, and close window buttons.static voidHeaderBar.setSystemButtonHeight(Stage stage, double height) Sets the value of thesystemButtonHeightattached property for the specifiedStage.static voidHeaderBar.setSystemColorScheme(Stage stage, ColorScheme value) Sets the value of thesystemColorSchemeattached property for the specifiedStage.static DoublePropertyHeaderBar.systemButtonHeightProperty(Stage stage) Specifies the preferred height of the system-provided header buttons for the specifiedStage.static ObjectProperty<ColorScheme> HeaderBar.systemColorSchemeProperty(Stage stage) Specifies the color scheme of the system-provided header buttons for the specifiedStage.static ReadOnlyDoublePropertyHeaderBar.systemMinHeightProperty(Stage stage) Specifies the system-recommended minimum height for theHeaderBarfor the specifiedStage, which usually corresponds to the height of the default header buttons.