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