Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabType
Packages that use FlatTabbedPane.TabType
-
Uses of FlatTabbedPane.TabType in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabTypeModifier and TypeMethodDescriptionFlatTabbedPane.getTabType()
Returns type of selected tab.static FlatTabbedPane.TabType
Returns the enum constant of this class with the specified name.static FlatTabbedPane.TabType[]
FlatTabbedPane.TabType.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.TabTypeModifier and TypeMethodDescriptionvoid
FlatTabbedPane.setTabType
(FlatTabbedPane.TabType tabType) Specifies type of selected tab.