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.TabTypeFlatTabbedPane. getTabType()Returns type of selected tab.static FlatTabbedPane.TabTypeFlatTabbedPane.TabType. valueOf(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 voidFlatTabbedPane. setTabType(FlatTabbedPane.TabType tabType)Specifies type of selected tab.
-