Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabsPopupPolicy
Packages that use FlatTabbedPane.TabsPopupPolicy
-
Uses of FlatTabbedPane.TabsPopupPolicy in com.formdev.flatlaf.extras.components
Subclasses with type arguments of type FlatTabbedPane.TabsPopupPolicy in com.formdev.flatlaf.extras.componentsMethods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabsPopupPolicyModifier and TypeMethodDescriptionFlatTabbedPane.getTabsPopupPolicy()Returns the display policy for the "more tabs" button, which shows a popup menu with the (partly) hidden tabs.Returns the enum constant of this class with the specified name.static FlatTabbedPane.TabsPopupPolicy[]FlatTabbedPane.TabsPopupPolicy.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.TabsPopupPolicyModifier and TypeMethodDescriptionvoidFlatTabbedPane.setTabsPopupPolicy(FlatTabbedPane.TabsPopupPolicy tabsPopupPolicy) Specifies the display policy for the "more tabs" button, which shows a popup menu with the (partly) hidden tabs.