Uses of Enum Class
com.teamdev.jxbrowser.dom.event.WheelEvent.DeltaMode
Packages that use WheelEvent.DeltaMode
Package
Description
Contains the classes and interfaces of the DOM events.
-
Uses of WheelEvent.DeltaMode in com.teamdev.jxbrowser.dom.event
Methods in com.teamdev.jxbrowser.dom.event that return WheelEvent.DeltaModeModifier and TypeMethodDescriptionWheelEvent.deltaMode()
Returns the delta units type.default WheelEvent.DeltaMode
WheelEventParams.deltaMode()
Returns the delta units type.static WheelEvent.DeltaMode
WheelEvent.DeltaMode.of
(int mode) Returns theDeltaMode
instance for the given value.static WheelEvent.DeltaMode
Returns the enum constant of this class with the specified name.static WheelEvent.DeltaMode[]
WheelEvent.DeltaMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.dom.event with parameters of type WheelEvent.DeltaModeModifier and TypeMethodDescriptionWheelEventParams.Builder.deltaMode
(WheelEvent.DeltaMode mode) Sets the delta units type.