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 ScrollType
ScrollType.forNumber
(int value) static ScrollType
ScrollType.valueOf
(int value) Deprecated.static ScrollType
ScrollType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ScrollType
Returns 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.Methods in com.teamdev.jxbrowser.ui that return types with arguments of type ScrollTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ScrollType>
ScrollType.internalGetValueMap()
-
Uses of ScrollType in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return ScrollTypeModifier and TypeMethodDescriptiondefault ScrollType
MouseWheel.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.