Uses of Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabWidthMode
-
Packages that use FlatTabbedPane.TabWidthMode Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatTabbedPane.TabWidthMode in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabWidthMode Modifier and Type Method Description FlatTabbedPane.TabWidthMode
FlatTabbedPane. getTabWidthMode()
Returns how the tabs should be sized.static FlatTabbedPane.TabWidthMode
FlatTabbedPane.TabWidthMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatTabbedPane.TabWidthMode[]
FlatTabbedPane.TabWidthMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.formdev.flatlaf.extras.components with parameters of type FlatTabbedPane.TabWidthMode Modifier and Type Method Description void
FlatTabbedPane. setTabWidthMode(FlatTabbedPane.TabWidthMode tabWidthMode)
Specifies how the tabs should be sized.
-