Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatTabbedPane.ScrollButtonsPlacement
Packages that use FlatTabbedPane.ScrollButtonsPlacement
-
Uses of FlatTabbedPane.ScrollButtonsPlacement in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatTabbedPane.ScrollButtonsPlacementModifier and TypeMethodDescriptionFlatTabbedPane.getScrollButtonsPlacement()
Returns the placement of the forward/backward scroll arrow buttons.Returns the enum constant of this class with the specified name.FlatTabbedPane.ScrollButtonsPlacement.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.ScrollButtonsPlacementModifier and TypeMethodDescriptionvoid
FlatTabbedPane.setScrollButtonsPlacement
(FlatTabbedPane.ScrollButtonsPlacement scrollButtonsPlacement) Specifies the placement of the forward/backward scroll arrow buttons.