Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabWidthMode
Packages that use FlatTabbedPane.TabWidthMode
-
Uses of FlatTabbedPane.TabWidthMode in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabWidthModeModifier and TypeMethodDescriptionFlatTabbedPane.getTabWidthMode()
Returns how the tabs should be sized.static FlatTabbedPane.TabWidthMode
Returns the enum constant of this class with the specified name.static FlatTabbedPane.TabWidthMode[]
FlatTabbedPane.TabWidthMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.formdev.flatlaf.extras.components with parameters of type FlatTabbedPane.TabWidthModeModifier and TypeMethodDescriptionvoid
FlatTabbedPane.setTabWidthMode
(FlatTabbedPane.TabWidthMode tabWidthMode) Specifies how the tabs should be sized.