Uses of Class
com.teamdev.jxbrowser.dom.event.MouseEventParams.Builder
Packages that use MouseEventParams.Builder
Package
Description
Contains the classes and interfaces of the DOM events.
-
Uses of MouseEventParams.Builder in com.teamdev.jxbrowser.dom.event
Methods in com.teamdev.jxbrowser.dom.event that return MouseEventParams.BuilderModifier 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.BuilderMouseEventParams.newBuilder()Creates a newMouseEventParamsbuilder.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.