Package | Description |
---|---|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
Modifier and Type | Method and Description |
---|---|
WheelEvent.DeltaMode |
WheelEvent.deltaMode()
Returns the delta units type.
|
default WheelEvent.DeltaMode |
WheelEventParams.deltaMode()
Returns the delta units type.
|
static WheelEvent.DeltaMode |
WheelEvent.DeltaMode.of(int mode)
Returns the
DeltaMode instance for the given value. |
static WheelEvent.DeltaMode |
WheelEvent.DeltaMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WheelEvent.DeltaMode[] |
WheelEvent.DeltaMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WheelEventParams.Builder |
WheelEventParams.Builder.deltaMode(WheelEvent.DeltaMode mode)
Sets the delta units type.
|