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 |
---|---|
Event |
Document.createEvent(EventType eventType,
EventParams params)
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomEventParams
The parameters of the custom DOM event.
|
interface |
KeyEventParams
The DOM keyboard event parameters.
|
interface |
MouseEventParams
The DOM mouse event parameters.
|
interface |
UiEventModifierParams
The DOM UI event parameters with the key modifiers.
|
interface |
WheelEventParams
The DOM wheel event parameters.
|
Modifier and Type | Method and Description |
---|---|
EventParams |
EventParams.Builder.build()
Returns a new
EventParams instance built from the current state of this builder. |
Modifier and Type | Method and Description |
---|---|
UiEventModifierParams.Builder |
UiEventModifierParams.Builder.eventParams(EventParams eventParams)
Sets the DOM event parameters.
|