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