Uses of Enum Class
javafx.scene.layout.HeaderDragType
Packages that use HeaderDragType
-
Uses of HeaderDragType in javafx.scene.layout
Subclasses with type arguments of type HeaderDragType in javafx.scene.layoutModifier and TypeClassDescriptionenumMethods in javafx.scene.layout that return HeaderDragTypeModifier and TypeMethodDescriptionstatic HeaderDragTypeHeaderBar.getDragType(Node child) Gets the value of thedragTypeattached property for the specified child.static HeaderDragTypeReturns the enum constant of this class with the specified name.static HeaderDragType[]HeaderDragType.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 HeaderDragTypeModifier and TypeMethodDescriptionstatic ObjectProperty<HeaderDragType> HeaderBar.dragTypeProperty(Node child) Specifies theHeaderDragTypeof the child, indicating whether it is a draggable part of theHeaderBar.Methods in javafx.scene.layout with parameters of type HeaderDragTypeModifier and TypeMethodDescriptionstatic voidHeaderBar.setDragType(Node child, HeaderDragType value) Sets the value of thedragTypeattached property for the specified child.