Uses of Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabRotation
-
Packages that use FlatTabbedPane.TabRotation Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatTabbedPane.TabRotation in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabRotation Modifier and Type Method Description FlatTabbedPane.TabRotation
FlatTabbedPane. getTabRotation()
Returns how the tabs should be rotated.static FlatTabbedPane.TabRotation
FlatTabbedPane.TabRotation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatTabbedPane.TabRotation[]
FlatTabbedPane.TabRotation. 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.TabRotation Modifier and Type Method Description void
FlatTabbedPane. setTabRotation(FlatTabbedPane.TabRotation tabRotation)
Specifies how the tabs should be rotated.
-