Uses of Interface
com.teamdev.jxbrowser.dom.event.WheelEventParams
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
Contains the classes and interfaces of the DOM events.
-
Uses of WheelEventParams in com.teamdev.jxbrowser.dom
Modifier and TypeMethodDescriptionDocument.createWheelEvent
(EventType eventType, WheelEventParams params) Creates and returns a newWheelEvent
object with the giveneventType
andparams
. -
Uses of WheelEventParams in com.teamdev.jxbrowser.dom.event
Modifier and TypeMethodDescriptionWheelEventParams.Builder.build()
Returns a newWheelEventParams
instance built from the current state of this builder.