Uses of Enum Class
javafx.scene.layout.HeaderButtonType
Packages that use HeaderButtonType
-
Uses of HeaderButtonType in javafx.scene.layout
Subclasses with type arguments of type HeaderButtonType in javafx.scene.layoutModifier and TypeClassDescriptionenum
Deprecated.This is a preview feature which may be changed or removed in a future release.Methods in javafx.scene.layout that return HeaderButtonTypeModifier and TypeMethodDescriptionstatic HeaderButtonType
HeaderBar.getButtonType
(Node child) Deprecated.Returns theHeaderButtonType
of the specified child.static HeaderButtonType
Deprecated.Returns the enum constant of this class with the specified name.static HeaderButtonType[]
HeaderButtonType.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in javafx.scene.layout with parameters of type HeaderButtonTypeModifier and TypeMethodDescriptionstatic void
HeaderBar.setButtonType
(Node child, HeaderButtonType value) Deprecated.Specifies theHeaderButtonType
of the child, indicating its semantic use in the header bar.