Uses of Enum Class
com.teamdev.jxbrowser.dom.event.MouseEvent.Button
Package
Description
Contains the classes and interfaces of the DOM events.
-
Uses of MouseEvent.Button in com.teamdev.jxbrowser.dom.event
Modifier and TypeMethodDescriptionMouseEvent.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.default MouseEvent.Button
WheelEventParams.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 theButton
instance for the given value.static MouseEvent.Button
Returns the enum constant of this class with the specified name.static MouseEvent.Button[]
MouseEvent.Button.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionMouseEventParams.Builder.button
(MouseEvent.Button button) Sets the mouse button that triggered the event.