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
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabRotationModifier and TypeMethodDescriptionFlatTabbedPane.getTabRotation()
Returns how the tabs should be rotated.static FlatTabbedPane.TabRotation
Returns 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 TypeMethodDescriptionvoid
FlatTabbedPane.setTabRotation
(FlatTabbedPane.TabRotation tabRotation) Specifies how the tabs should be rotated.