Uses of Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabAlignment
-
Packages that use FlatTabbedPane.TabAlignment Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatTabbedPane.TabAlignment in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabAlignment Modifier and Type Method Description FlatTabbedPane.TabAlignment
FlatTabbedPane. getTabAlignment()
Returns the horizontal alignment of the tab title and icon.static FlatTabbedPane.TabAlignment
FlatTabbedPane.TabAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatTabbedPane.TabAlignment[]
FlatTabbedPane.TabAlignment. 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.TabAlignment Modifier and Type Method Description void
FlatTabbedPane. setTabAlignment(FlatTabbedPane.TabAlignment tabAlignment)
Specifies the horizontal alignment of the tab title and icon.
-