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 class
Resizes the tabs to a fixed width when there is available space; otherwise, it proportionally shrinks the tab width.static class
Resizes 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 class
Resizes 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 class
Resizes the tabs to fill all available space proportionally.Fields in atlantafx.base.controls declared as Tab.ResizePolicyModifier and TypeFieldDescriptionstatic final Tab.ResizePolicy
Tab.ResizePolicy.ADAPTIVE
static final Tab.ResizePolicy
Tab.ResizePolicy.COMPUTED_WIDTH
static final Tab.ResizePolicy
Tab.ResizePolicy.FIXED_WIDTH
static final Tab.ResizePolicy
Tab.ResizePolicy.STRETCH
Fields in atlantafx.base.controls with type parameters of type Tab.ResizePolicyModifier and TypeFieldDescriptionprotected final javafx.beans.value.ChangeListener
<Tab.ResizePolicy> TabsContainer.resizePolicyListener
protected @Nullable javafx.beans.property.ObjectProperty
<Tab.ResizePolicy> TabLine.tabResizePolicy
Methods in atlantafx.base.controls that return Tab.ResizePolicyModifier and TypeMethodDescriptionTabLine.getTabResizePolicy()
Gets the value of thetabResizePolicy
property.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 TypeMethodDescriptionvoid
TabLine.setTabResizePolicy
(@Nullable Tab.ResizePolicy value) Sets the value of thetabResizePolicy
property.