Uses of Enum Class
javafx.scene.control.TabPane.TabDragPolicy
Packages that use 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
Methods in javafx.scene.control that return TabPane.TabDragPolicyModifier 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.Methods in javafx.scene.control that return types with arguments of type TabPane.TabDragPolicyMethods in javafx.scene.control with parameters of type TabPane.TabDragPolicyModifier and TypeMethodDescriptionfinal void
TabPane.setTabDragPolicy
(TabPane.TabDragPolicy value) Sets the value of thetabDragPolicy
property.