Package | Description |
---|---|
com.teamdev.jxbrowser.dom |
Provides the interfaces and classes for the Document Object Model (DOM).
|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
Modifier and Type | Method and Description |
---|---|
MouseEvent |
Document.createMouseEvent(EventType eventType,
MouseEventParams params)
Creates and returns a new
MouseEvent object with the given eventType and
params . |
Modifier and Type | Interface and Description |
---|---|
interface |
WheelEventParams
The DOM wheel event parameters.
|
Modifier and Type | Method and Description |
---|---|
MouseEventParams |
MouseEventParams.Builder.build()
Returns a new
MouseEventParams instance built from the current state of this
builder. |
Modifier and Type | Method and Description |
---|---|
WheelEventParams.Builder |
WheelEventParams.Builder.mouseEventParams(MouseEventParams params)
Sets the DOM mouse event parameters.
|