Uses of Enum Class
com.teamdev.jxbrowser.ui.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
Modifier 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ScrollType>
ScrollType.internalGetValueMap()
-
Uses of ScrollType in com.teamdev.jxbrowser.ui.event
Modifier and TypeMethodDescriptiondefault ScrollType
MouseWheel.scrollType()
Returns the scroll type of the event.Modifier and TypeMethodDescriptionMouseWheel.Builder.scrollType
(ScrollType scrollType) Sets the scroll type of the event.