Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabAlignment
Packages that use FlatTabbedPane.TabAlignment
-
Uses of FlatTabbedPane.TabAlignment in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabAlignmentModifier and TypeMethodDescriptionFlatTabbedPane.getTabAlignment()
Returns the horizontal alignment of the tab title and icon.static FlatTabbedPane.TabAlignment
Returns the enum constant of this class with the specified name.static FlatTabbedPane.TabAlignment[]
FlatTabbedPane.TabAlignment.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.TabAlignmentModifier and TypeMethodDescriptionvoid
FlatTabbedPane.setTabAlignment
(FlatTabbedPane.TabAlignment tabAlignment) Specifies the horizontal alignment of the tab title and icon.