Uses of Enum Class
com.teamdev.jxbrowser.dom.event.WheelEvent.DeltaMode
Package
Description
Contains the classes and interfaces of the DOM events.
-
Uses of WheelEvent.DeltaMode in com.teamdev.jxbrowser.dom.event
Modifier 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.Modifier and TypeMethodDescriptionWheelEventParams.Builder.deltaMode
(WheelEvent.DeltaMode mode) Sets the delta units type.