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