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) Deprecated.Gets the value of theleftSystemInsetproperty of the specifiedStage.static doubleHeaderBar.getMinSystemHeight(Stage stage) Deprecated.Gets the value of theminSystemHeightproperty of the specifiedStage.static doubleHeaderBar.getPrefButtonHeight(Stage stage) Deprecated.Gets the value of theprefButtonHeightproperty of the specifiedStage.static Dimension2DHeaderBar.getRightSystemInset(Stage stage) Deprecated.Gets the value of therightSystemInsetproperty of the specifiedStage.static ReadOnlyObjectProperty<Dimension2D> HeaderBar.leftSystemInsetProperty(Stage stage) Deprecated.Describes the size of the left system-reserved inset of the specifiedStage, which is an area reserved for the iconify, maximize, and close window buttons.static ReadOnlyDoublePropertyHeaderBar.minSystemHeightProperty(Stage stage) Deprecated.The system-provided minimum recommended height for theHeaderBarof the specifiedStage, which usually corresponds to the height of the default header buttons.static DoublePropertyHeaderBar.prefButtonHeightProperty(Stage stage) Deprecated.Specifies the preferred height of the system-provided header buttons of the specifiedStage.static ReadOnlyObjectProperty<Dimension2D> HeaderBar.rightSystemInsetProperty(Stage stage) Deprecated.Describes the size of the right system-reserved inset of the specifiedStage, which is an area reserved for the iconify, maximize, and close window buttons.static voidHeaderBar.setPrefButtonHeight(Stage stage, double height) Deprecated.Sets the value of theprefButtonHeightproperty for the specifiedStage.