Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabRotation
Packages that use FlatTabbedPane.TabRotation
-
Uses of FlatTabbedPane.TabRotation in com.formdev.flatlaf.extras.components
Subclasses with type arguments of type FlatTabbedPane.TabRotation in com.formdev.flatlaf.extras.componentsMethods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabRotationModifier and TypeMethodDescriptionFlatTabbedPane.getTabRotation()Returns how the tabs should be rotated.static FlatTabbedPane.TabRotationReturns the enum constant of this class with the specified name.static FlatTabbedPane.TabRotation[]FlatTabbedPane.TabRotation.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.TabRotationModifier and TypeMethodDescriptionvoidFlatTabbedPane.setTabRotation(FlatTabbedPane.TabRotation tabRotation) Specifies how the tabs should be rotated.