| Package | Description |
|---|---|
| com.teamdev.jxbrowser.ui |
The utility classes for the user interface (UI) related functionality.
|
| com.teamdev.jxbrowser.ui.event |
The user interface events.
|
| Modifier and Type | Method and Description |
|---|---|
static ScrollType |
ScrollType.forNumber(int value) |
static ScrollType |
ScrollType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ScrollType |
ScrollType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScrollType |
ScrollType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScrollType[] |
ScrollType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default ScrollType |
MouseWheel.scrollType()
Returns the scroll type of the event.
|
| Modifier and Type | Method and Description |
|---|---|
MouseWheel.Builder |
MouseWheel.Builder.scrollType(ScrollType scrollType)
Sets the scroll type of the event.
|