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 TypeClassDescriptionenumIdentifies the semantic type of a button in a customHeaderBar, which enables integrations with the platform window manager.Methods in javafx.scene.layout that return HeaderButtonTypeModifier and TypeMethodDescriptionstatic HeaderButtonTypeHeaderBar.getButtonType(Node child) Gets the value of thebuttonTypeattached property for the specified child.static HeaderButtonTypeReturns the enum constant of this class with the specified name.static HeaderButtonType[]HeaderButtonType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in javafx.scene.layout that return types with arguments of type HeaderButtonTypeModifier and TypeMethodDescriptionstatic ObjectProperty<HeaderButtonType> HeaderBar.buttonTypeProperty(Node child) Specifies theHeaderButtonTypeof the child, indicating its semantic use in the header bar.Methods in javafx.scene.layout with parameters of type HeaderButtonTypeModifier and TypeMethodDescriptionstatic voidHeaderBar.setButtonType(Node child, HeaderButtonType value) Sets the value of thebuttonTypeattached property for the specified child.