Uses of Class
com.teamdev.jxbrowser.ui.event.MousePressed.Builder
-
Uses of MousePressed.Builder in com.teamdev.jxbrowser.ui.event
Modifier and TypeMethodDescriptionMousePressed.Builder.button
(MouseButton mouseButton) Sets the button that is pressed.MousePressed.Builder.clickCount
(int clickCount) Sets the count of consecutive clicks that happened in a short amount of time.MousePressed.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MousePressed.Builder.locationOnScreen
(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.MousePressed.Builder.mouseModifiers
(MouseModifiers mouseModifiers) Sets the mouse modifiers applied.static MousePressed.Builder
MousePressed.newBuilder
(Point location) Creates a newMousePressed
builder with the given required parameters.