Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabAreaAlignment
Packages that use FlatTabbedPane.TabAreaAlignment
-
Uses of FlatTabbedPane.TabAreaAlignment in com.formdev.flatlaf.extras.components
Subclasses with type arguments of type FlatTabbedPane.TabAreaAlignment in com.formdev.flatlaf.extras.componentsMethods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabAreaAlignmentModifier and TypeMethodDescriptionFlatTabbedPane.getTabAreaAlignment()Returns the alignment of the tab area.Returns the enum constant of this class with the specified name.static FlatTabbedPane.TabAreaAlignment[]FlatTabbedPane.TabAreaAlignment.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.TabAreaAlignmentModifier and TypeMethodDescriptionvoidFlatTabbedPane.setTabAreaAlignment(FlatTabbedPane.TabAreaAlignment tabAreaAlignment) Specifies the alignment of the tab area.