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