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
Subclasses with type arguments of type FlatTabbedPane.TabType in com.formdev.flatlaf.extras.componentsMethods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabTypeModifier and TypeMethodDescriptionFlatTabbedPane.getTabType()Returns type of selected tab.static FlatTabbedPane.TabTypeReturns 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 TypeMethodDescriptionvoidFlatTabbedPane.setTabType(FlatTabbedPane.TabType tabType) Specifies type of selected tab.