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