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 class
static class
static class
Fields in atlantafx.base.controls declared as Tab.ClosingPolicyModifier and TypeFieldDescriptionstatic final Tab.ClosingPolicy
Tab.ClosingPolicy.ALL_TABS
All tabs can be closed.static final Tab.ClosingPolicy
Tab.ClosingPolicy.NO_TABS
Tabs cannot be closed.static final Tab.ClosingPolicy
Tab.ClosingPolicy.SELECTED_TAB
Only 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.closingPolicyListener
protected @Nullable javafx.beans.property.ObjectProperty
<Tab.ClosingPolicy> TabLine.tabClosingPolicy
Methods in atlantafx.base.controls that return Tab.ClosingPolicyModifier and TypeMethodDescriptionTabLine.getTabClosingPolicy()
Gets the value of thetabClosingPolicy
property.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 theTabLine
handles tab closing from an end-user's perspective.Methods in atlantafx.base.controls with parameters of type Tab.ClosingPolicyModifier and TypeMethodDescriptionvoid
TabLine.setTabClosingPolicy
(@Nullable Tab.ClosingPolicy value) Sets the value of thetabClosingPolicy
property.