Uses of Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabAreaAlignment
-
Packages that use FlatTabbedPane.TabAreaAlignment Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatTabbedPane.TabAreaAlignment in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabAreaAlignment Modifier and Type Method Description FlatTabbedPane.TabAreaAlignmentFlatTabbedPane. getTabAreaAlignment()Returns the alignment of the tab area.static FlatTabbedPane.TabAreaAlignmentFlatTabbedPane.TabAreaAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static FlatTabbedPane.TabAreaAlignment[]FlatTabbedPane.TabAreaAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.formdev.flatlaf.extras.components with parameters of type FlatTabbedPane.TabAreaAlignment Modifier and Type Method Description voidFlatTabbedPane. setTabAreaAlignment(FlatTabbedPane.TabAreaAlignment tabAreaAlignment)Specifies the alignment of the tab area.
-