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
Subclasses with type arguments of type FlatTabbedPane.TabWidthMode in com.formdev.flatlaf.extras.componentsMethods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabWidthModeModifier and TypeMethodDescriptionFlatTabbedPane.getTabWidthMode()Returns how the tabs should be sized.static FlatTabbedPane.TabWidthModeReturns 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 TypeMethodDescriptionvoidFlatTabbedPane.setTabWidthMode(FlatTabbedPane.TabWidthMode tabWidthMode) Specifies how the tabs should be sized.