Uses of Enum Class
io.github.palexdev.materialfx.utils.ScrollUtils.ScrollDirection
Packages that use ScrollUtils.ScrollDirection
-
Uses of ScrollUtils.ScrollDirection in io.github.palexdev.materialfx.utils
Methods in io.github.palexdev.materialfx.utils that return ScrollUtils.ScrollDirectionModifier and TypeMethodDescriptionstatic ScrollUtils.ScrollDirectionScrollUtils.determineScrollDirection(ScrollEvent event) Determines the scroll direction of the given ScrollEvent.static ScrollUtils.ScrollDirectionReturns the enum constant of this class with the specified name.static ScrollUtils.ScrollDirection[]ScrollUtils.ScrollDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.palexdev.materialfx.utils with parameters of type ScrollUtils.ScrollDirectionModifier and TypeMethodDescriptionstatic booleanScrollUtils.isTrackPad(ScrollEvent event, ScrollUtils.ScrollDirection scrollDirection) Determines if the given ScrollEvent comes from a trackpad.