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.DeltaModeWheelEventParams.deltaMode()Returns the delta units type.static WheelEvent.DeltaModeWheelEvent.DeltaMode.of(int mode) Returns theDeltaModeinstance for the given value.static WheelEvent.DeltaModeReturns 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.