Package | Description |
---|---|
com.teamdev.jxbrowser.ui.event |
The user interface events.
|
Modifier and Type | Method and Description |
---|---|
MouseWheel.Builder |
MouseWheel.Builder.deltaX(float deltaX)
Sets the amount of units to scroll horizontally.
|
MouseWheel.Builder |
MouseWheel.Builder.deltaY(float deltaY)
Sets the amount of units to scroll vertically.
|
MouseWheel.Builder |
MouseWheel.Builder.keyModifiers(KeyModifiers keyModifiers)
Sets the keyboard modifiers applied.
|
MouseWheel.Builder |
MouseWheel.Builder.locationOnScreen(Point locationOnScreen)
Sets the mouse position relative to the bounds of the screen.
|
static MouseWheel.Builder |
MouseWheel.newBuilder(Point location)
Creates a new
MouseWheel builder with the given required parameters. |
MouseWheel.Builder |
MouseWheel.Builder.scrollType(ScrollType scrollType)
Sets the scroll type of the event.
|