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
Methods 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 TypeMethodDescriptionvoid
FlatTabbedPane.setTabsPopupPolicy
(FlatTabbedPane.TabsPopupPolicy tabsPopupPolicy) Specifies the display policy for the "more tabs" button, which shows a popup menu with the (partly) hidden tabs.