Package | Description |
---|---|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
Modifier and Type | Method and Description |
---|---|
MouseEvent.Button |
MouseEvent.button()
Returns a button pressed during events caused by pressing or releasing one or multiple
buttons.
|
default MouseEvent.Button |
WheelEventParams.button()
Returns a button pressed during events caused by pressing or releasing one or multiple
buttons.
|
default MouseEvent.Button |
MouseEventParams.button()
Returns a button pressed during events caused by pressing or releasing one or multiple
buttons.
|
static MouseEvent.Button |
MouseEvent.Button.of(int number)
Returns the
Button instance for the given value. |
static MouseEvent.Button |
MouseEvent.Button.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MouseEvent.Button[] |
MouseEvent.Button.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MouseEventParams.Builder |
MouseEventParams.Builder.button(MouseEvent.Button button)
Sets the mouse button that triggered the event.
|