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 TypeClassDescriptionenumDeprecated.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 HeaderDragTypeHeaderBar.getDragType(Node child) Deprecated.Returns theHeaderDragTypeof the specified child.static HeaderDragTypeDeprecated.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 voidHeaderBar.setDragType(Node child, HeaderDragType value) Deprecated.Specifies theHeaderDragTypeof the child, indicating whether it is a draggable part of theHeaderBar.