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