Uses of Enum Class
atlantafx.base.controls.Tab.DragPolicy
Packages that use Tab.DragPolicy
-
Uses of Tab.DragPolicy in atlantafx.base.controls
Fields in atlantafx.base.controls with type parameters of type Tab.DragPolicyModifier and TypeFieldDescriptionprotected final javafx.beans.value.ChangeListener
<Tab.DragPolicy> TabsDragHandler.dragPolicyListener
protected @Nullable javafx.beans.property.ObjectProperty
<Tab.DragPolicy> TabLine.tabDragPolicy
Methods in atlantafx.base.controls that return Tab.DragPolicyModifier and TypeMethodDescriptionTabLine.getTabDragPolicy()
Gets the value of thetabDragPolicy
property.static Tab.DragPolicy
Returns the enum constant of this class with the specified name.static Tab.DragPolicy[]
Tab.DragPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in atlantafx.base.controls that return types with arguments of type Tab.DragPolicyModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty
<Tab.DragPolicy> TabLine.tabDragPolicyProperty()
The drag policy for the tabs specifies if tabs can be reordered or not.Methods in atlantafx.base.controls with parameters of type Tab.DragPolicyModifier and TypeMethodDescriptionvoid
TabLine.setTabDragPolicy
(@Nullable Tab.DragPolicy value) Sets the value of thetabDragPolicy
property.