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 TypeClassDescriptionenum
Deprecated.This is a preview feature which may be changed or removed in a future release.Methods in javafx.scene.layout that return HeaderDragTypeModifier and TypeMethodDescriptionstatic HeaderDragType
HeaderBar.getDragType
(Node child) Deprecated.Returns theHeaderDragType
of the specified child.static HeaderDragType
Deprecated.Returns the enum constant of this class with the specified name.static HeaderDragType[]
HeaderDragType.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 HeaderDragTypeModifier and TypeMethodDescriptionstatic void
HeaderBar.setDragType
(Node child, HeaderDragType value) Deprecated.Specifies theHeaderDragType
of the child, indicating whether it is a draggable part of theHeaderBar
.