Package | Description |
---|---|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
Modifier and Type | Method and Description |
---|---|
MouseEventParams.Builder |
MouseEventParams.Builder.button(MouseEvent.Button button)
Sets the mouse button that triggered the event.
|
MouseEventParams.Builder |
MouseEventParams.Builder.clickCount(int clickCount)
Sets the count of consecutive clicks that happened in a short amount of time for mouse
events.
|
MouseEventParams.Builder |
MouseEventParams.Builder.clientLocation(Point location)
Sets the location of the mouse cursor in the component's coordinate system at the time
the event occurred.
|
static MouseEventParams.Builder |
MouseEventParams.newBuilder()
Creates a new
MouseEventParams builder. |
MouseEventParams.Builder |
MouseEventParams.Builder.screenLocation(Point location)
Sets the location of the mouse cursor in the screen's coordinate system at the time the
event occurred.
|
MouseEventParams.Builder |
MouseEventParams.Builder.uiEventModifierParams(UiEventModifierParams uiEventModifierParams)
Sets the DOM UI event parameters with the key modifiers.
|