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.TabRotationFlatTabbedPane. getTabRotation()Returns how the tabs should be rotated.static FlatTabbedPane.TabRotationFlatTabbedPane.TabRotation. valueOf(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 voidFlatTabbedPane. setTabRotation(FlatTabbedPane.TabRotation tabRotation)Specifies how the tabs should be rotated.
-