Uses of Enum Class
com.teamdev.jxbrowser.ui.ScrollType
Packages that use ScrollType
Package
Description
The utility classes for the user interface (UI) related functionality.
The user interface events.
-
Uses of ScrollType in com.teamdev.jxbrowser.ui
Methods in com.teamdev.jxbrowser.ui that return ScrollTypeModifier and TypeMethodDescriptionstatic ScrollTypeReturns the enum constant of this class with the specified name.static ScrollType[]ScrollType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ScrollType in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return ScrollTypeModifier and TypeMethodDescriptiondefault ScrollTypeMouseWheel.scrollType()Returns the scroll type of the event.Methods in com.teamdev.jxbrowser.ui.event with parameters of type ScrollTypeModifier and TypeMethodDescriptionMouseWheel.Builder.scrollType(ScrollType scrollType) Sets the scroll type of the event.