Uses of Enum Class
javafx.scene.control.TabPane.TabDragPolicy
Package
Description
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
-
Uses of TabPane.TabDragPolicy in javafx.scene.control
Modifier and TypeClassDescriptionstatic enum
This enum specifies drag policies for tabs in a TabPane.Modifier and TypeMethodDescriptionfinal TabPane.TabDragPolicy
TabPane.getTabDragPolicy()
Gets the value of thetabDragPolicy
property.static TabPane.TabDragPolicy
Returns the enum constant of this class with the specified name.static TabPane.TabDragPolicy[]
TabPane.TabDragPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
TabPane.setTabDragPolicy
(TabPane.TabDragPolicy value) Sets the value of thetabDragPolicy
property.