Uses of Class
com.teamdev.jxbrowser.ui.event.MouseDragged.Builder
-
Uses of MouseDragged.Builder in com.teamdev.jxbrowser.ui.event
Modifier and TypeMethodDescriptionMouseDragged.Builder.button
(MouseButton mouseButton) Sets the button that is pressed during the move.MouseDragged.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MouseDragged.Builder.locationOnScreen
(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.MouseDragged.Builder.mouseModifiers
(MouseModifiers mouseModifiers) Sets the mouse modifiers applied.static MouseDragged.Builder
MouseDragged.newBuilder
(Point location) Creates a newMouseDragged
builder with the given required parameters.