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