Package | Description |
---|---|
com.teamdev.jxbrowser.ui.event |
The user interface events.
|
Modifier and Type | Method and Description |
---|---|
MouseDragged.Builder |
MouseDragged.Builder.button(MouseButton mouseButton)
Sets the button that is pressed during the move.
|
MouseDragged.Builder |
MouseDragged.Builder.keyModifiers(KeyModifiers keyModifiers)
Sets the keyboard modifiers applied.
|
MouseDragged.Builder |
MouseDragged.Builder.locationOnScreen(Point locationOnScreen)
Sets the mouse position relative to the bounds of the screen.
|
MouseDragged.Builder |
MouseDragged.Builder.mouseModifiers(MouseModifiers mouseModifiers)
Sets the mouse modifiers applied.
|
static MouseDragged.Builder |
MouseDragged.newBuilder(Point location)
Creates a new
MouseDragged builder with the given required parameters. |