Package | Description |
---|---|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyEventParams
The DOM keyboard event parameters.
|
interface |
MouseEventParams
The DOM mouse event parameters.
|
interface |
WheelEventParams
The DOM wheel event parameters.
|
Modifier and Type | Method and Description |
---|---|
UiEventModifierParams |
UiEventModifierParams.Builder.build()
Returns a new
UiEventModifierParams instance built from the current state of this
builder. |
Modifier and Type | Method and Description |
---|---|
KeyEventParams.Builder |
KeyEventParams.Builder.uiEventModifierParams(UiEventModifierParams uiEventModifierParams)
Sets the DOM UI event parameters with the key modifiers.
|
MouseEventParams.Builder |
MouseEventParams.Builder.uiEventModifierParams(UiEventModifierParams uiEventModifierParams)
Sets the DOM UI event parameters with the key modifiers.
|