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 ScrollTypeScrollType.forNumber(int value) static ScrollTypeScrollType.valueOf(int value) Deprecated.static ScrollTypeScrollType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static 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.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 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.