Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.ScrollButtonsPolicy
Packages that use FlatTabbedPane.ScrollButtonsPolicy
-
Uses of FlatTabbedPane.ScrollButtonsPolicy in com.formdev.flatlaf.extras.components
Subclasses with type arguments of type FlatTabbedPane.ScrollButtonsPolicy in com.formdev.flatlaf.extras.componentsMethods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.ScrollButtonsPolicyModifier and TypeMethodDescriptionFlatTabbedPane.getScrollButtonsPolicy()Returns the display policy for the forward/backward scroll arrow buttons.Returns the enum constant of this class with the specified name.static FlatTabbedPane.ScrollButtonsPolicy[]FlatTabbedPane.ScrollButtonsPolicy.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.ScrollButtonsPolicyModifier and TypeMethodDescriptionvoidFlatTabbedPane.setScrollButtonsPolicy(FlatTabbedPane.ScrollButtonsPolicy scrollButtonsPolicy) Specifies the display policy for the forward/backward scroll arrow buttons.