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.dragPolicyListenerprotected @Nullable javafx.beans.property.ObjectProperty<Tab.DragPolicy> TabLine.tabDragPolicyMethods in atlantafx.base.controls that return Tab.DragPolicyModifier and TypeMethodDescriptionTabLine.getTabDragPolicy()Gets the value of thetabDragPolicyproperty.static Tab.DragPolicyReturns 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 TypeMethodDescriptionvoidTabLine.setTabDragPolicy(@Nullable Tab.DragPolicy value) Sets the value of thetabDragPolicyproperty.