Package | Description |
---|---|
com.teamdev.jxbrowser.ui.event |
The user interface events.
|
Modifier and Type | Method and Description |
---|---|
MouseWheel.Builder |
MouseWheel.Builder.horizontalScroll(boolean horizontalScroll)
Specifies whether it is a horizontal scroll.
|
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.scrollbarPixelsPerLine(int scrollbarPixelsPerLine)
Sets the number of pixels per line for scrolling.
|
MouseWheel.Builder |
MouseWheel.Builder.scrollType(ScrollType scrollType)
Sets the scroll type of the event.
|
MouseWheel.Builder |
MouseWheel.Builder.unitsToScroll(int unitsToScroll)
Sets the number of units to scroll.
|