Uses of Class
javafx.scene.layout.HeaderBar
Packages that use HeaderBar
Package
Description
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
-
Uses of HeaderBar in javafx.scene.control
Methods in javafx.scene.control that return HeaderBarModifier and TypeMethodDescriptionfinal HeaderBarDialogPane.getHeaderBar()Gets the value of theheaderBarproperty.Methods in javafx.scene.control that return types with arguments of type HeaderBarModifier and TypeMethodDescriptionfinal ObjectProperty<HeaderBar> DialogPane.headerBarProperty()Specifies theHeaderBarfor the dialog.Methods in javafx.scene.control with parameters of type HeaderBarModifier and TypeMethodDescriptionfinal voidDialogPane.setHeaderBar(HeaderBar value) Sets the value of theheaderBarproperty.