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 TypeClassDescriptionenumDeprecated.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 HeaderButtonTypeHeaderBar.getButtonType(Node child) Deprecated.Returns theHeaderButtonTypeof the specified child.static HeaderButtonTypeDeprecated.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 voidHeaderBar.setButtonType(Node child, HeaderButtonType value) Deprecated.Specifies theHeaderButtonTypeof the child, indicating its semantic use in the header bar.