Uses of Interface
atlantafx.base.controls.Tab.ClosingPolicy
Packages that use Tab.ClosingPolicy
-
Uses of Tab.ClosingPolicy in atlantafx.base.controls
Classes in atlantafx.base.controls that implement Tab.ClosingPolicyModifier and TypeClassDescriptionstatic classstatic classstatic classFields in atlantafx.base.controls declared as Tab.ClosingPolicyModifier and TypeFieldDescriptionstatic final Tab.ClosingPolicyTab.ClosingPolicy.ALL_TABSAll tabs can be closed.static final Tab.ClosingPolicyTab.ClosingPolicy.NO_TABSTabs cannot be closed.static final Tab.ClosingPolicyTab.ClosingPolicy.SELECTED_TABOnly the selected tab can be closed.Fields in atlantafx.base.controls with type parameters of type Tab.ClosingPolicyModifier and TypeFieldDescriptionprotected final javafx.beans.value.ChangeListener<Tab.ClosingPolicy> TabsContainer.closingPolicyListenerprotected @Nullable javafx.beans.property.ObjectProperty<Tab.ClosingPolicy> TabLine.tabClosingPolicyMethods in atlantafx.base.controls that return Tab.ClosingPolicyModifier and TypeMethodDescriptionTabLine.getTabClosingPolicy()Gets the value of thetabClosingPolicyproperty.Methods in atlantafx.base.controls that return types with arguments of type Tab.ClosingPolicyModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<Tab.ClosingPolicy> TabLine.tabClosingPolicyProperty()Specifies how theTabLinehandles tab closing from an end-user's perspective.Methods in atlantafx.base.controls with parameters of type Tab.ClosingPolicyModifier and TypeMethodDescriptionvoidTabLine.setTabClosingPolicy(@Nullable Tab.ClosingPolicy value) Sets the value of thetabClosingPolicyproperty.