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.ScrollButtonsPlacementFlatTabbedPane. getScrollButtonsPlacement()Returns the placement of the forward/backward scroll arrow buttons.static FlatTabbedPane.ScrollButtonsPlacementFlatTabbedPane.ScrollButtonsPlacement. valueOf(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 voidFlatTabbedPane. setScrollButtonsPlacement(FlatTabbedPane.ScrollButtonsPlacement scrollButtonsPlacement)Specifies the placement of the forward/backward scroll arrow buttons.
-