Uses of Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabType
-
Packages that use FlatTabbedPane.TabType Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatTabbedPane.TabType in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabType Modifier and Type Method Description FlatTabbedPane.TabType
FlatTabbedPane. getTabType()
Returns type of selected tab.static FlatTabbedPane.TabType
FlatTabbedPane.TabType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatTabbedPane.TabType[]
FlatTabbedPane.TabType. 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.TabType Modifier and Type Method Description void
FlatTabbedPane. setTabType(FlatTabbedPane.TabType tabType)
Specifies type of selected tab.
-