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
Subclasses with type arguments of type FlatTabbedPane.TabAlignment in com.formdev.flatlaf.extras.componentsMethods 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.TabAlignmentReturns 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 TypeMethodDescriptionvoidFlatTabbedPane.setTabAlignment(FlatTabbedPane.TabAlignment tabAlignment) Specifies the horizontal alignment of the tab title and icon.