Uses of Class
com.teamdev.jxbrowser.dom.event.MouseEventParams.Builder
Package
Description
Contains the classes and interfaces of the DOM events.
-
Uses of MouseEventParams.Builder in com.teamdev.jxbrowser.dom.event
Modifier and TypeMethodDescriptionMouseEventParams.Builder.button
(MouseEvent.Button button) Sets the mouse button that triggered the event.MouseEventParams.Builder.clickCount
(int clickCount) Sets the count of consecutive clicks that happened in a short amount of time for mouse events.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 newMouseEventParams
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.uiEventModifierParams
(UiEventModifierParams uiEventModifierParams) Sets the DOM UI event parameters with the key modifiers.