Uses of Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.ScrollButtonsPolicy
-
Packages that use FlatTabbedPane.ScrollButtonsPolicy Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatTabbedPane.ScrollButtonsPolicy in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.ScrollButtonsPolicy Modifier and Type Method Description FlatTabbedPane.ScrollButtonsPolicy
FlatTabbedPane. getScrollButtonsPolicy()
Returns the display policy for the forward/backward scroll arrow buttons.static FlatTabbedPane.ScrollButtonsPolicy
FlatTabbedPane.ScrollButtonsPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatTabbedPane.ScrollButtonsPolicy[]
FlatTabbedPane.ScrollButtonsPolicy. 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.ScrollButtonsPolicy Modifier and Type Method Description void
FlatTabbedPane. setScrollButtonsPolicy(FlatTabbedPane.ScrollButtonsPolicy scrollButtonsPolicy)
Specifies the display policy for the forward/backward scroll arrow buttons.
-