Uses of Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.TabsPopupPolicy
-
Packages that use FlatTabbedPane.TabsPopupPolicy Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatTabbedPane.TabsPopupPolicy in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.TabsPopupPolicy Modifier and Type Method Description FlatTabbedPane.TabsPopupPolicy
FlatTabbedPane. getTabsPopupPolicy()
Returns the display policy for the "more tabs" button, which shows a popup menu with the (partly) hidden tabs.static FlatTabbedPane.TabsPopupPolicy
FlatTabbedPane.TabsPopupPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatTabbedPane.TabsPopupPolicy[]
FlatTabbedPane.TabsPopupPolicy. 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.TabsPopupPolicy Modifier and Type Method Description void
FlatTabbedPane. setTabsPopupPolicy(FlatTabbedPane.TabsPopupPolicy tabsPopupPolicy)
Specifies the display policy for the "more tabs" button, which shows a popup menu with the (partly) hidden tabs.
-