Uses of Interface
atlantafx.base.controls.Tab.ResizePolicy
Packages that use Tab.ResizePolicy
-
Uses of Tab.ResizePolicy in atlantafx.base.controls
Classes in atlantafx.base.controls that implement Tab.ResizePolicyModifier and TypeClassDescriptionstatic classResizes the tabs to a fixed width when there is available space; otherwise, it proportionally shrinks the tab width.static classResizes the tabs to a computed width, requiring the user to scroll horizontally if the total width exceeds the visible width of the tab line.static classResizes the tabs to a fixed width, requiring the user to scroll horizontally if the total width exceeds the visible width of the tab line.static classResizes the tabs to fill all available space proportionally.Fields in atlantafx.base.controls declared as Tab.ResizePolicyModifier and TypeFieldDescriptionstatic final Tab.ResizePolicyTab.ResizePolicy.ADAPTIVEstatic final Tab.ResizePolicyTab.ResizePolicy.COMPUTED_WIDTHstatic final Tab.ResizePolicyTab.ResizePolicy.FIXED_WIDTHstatic final Tab.ResizePolicyTab.ResizePolicy.STRETCHFields in atlantafx.base.controls with type parameters of type Tab.ResizePolicyModifier and TypeFieldDescriptionprotected final javafx.beans.value.ChangeListener<Tab.ResizePolicy> TabsContainer.resizePolicyListenerprotected @Nullable javafx.beans.property.ObjectProperty<Tab.ResizePolicy> TabLine.tabResizePolicyMethods in atlantafx.base.controls that return Tab.ResizePolicyModifier and TypeMethodDescriptionTabLine.getTabResizePolicy()Gets the value of thetabResizePolicyproperty.Methods in atlantafx.base.controls that return types with arguments of type Tab.ResizePolicyModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<Tab.ResizePolicy> TabLine.tabResizePolicyProperty()The resize policy for the tabs specifies how to resize the tabs when there is no available space left in theTabLine.Methods in atlantafx.base.controls with parameters of type Tab.ResizePolicyModifier and TypeMethodDescriptionvoidTabLine.setTabResizePolicy(@Nullable Tab.ResizePolicy value) Sets the value of thetabResizePolicyproperty.