Uses of Interface
com.teamdev.jxbrowser.dom.event.MouseEventParams
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
Contains the classes and interfaces of the DOM events.
-
Uses of MouseEventParams in com.teamdev.jxbrowser.dom
Modifier and TypeMethodDescriptionDocument.createMouseEvent
(EventType eventType, MouseEventParams params) Creates and returns a newMouseEvent
object with the giveneventType
andparams
. -
Uses of MouseEventParams in com.teamdev.jxbrowser.dom.event
Modifier and TypeMethodDescriptionMouseEventParams.Builder.build()
Returns a newMouseEventParams
instance built from the current state of this builder.Modifier and TypeMethodDescriptionWheelEventParams.Builder.mouseEventParams
(MouseEventParams params) Sets the DOM mouse event parameters.