Uses of Enum Class
com.teamdev.jxbrowser.ui.MouseButton
Package
Description
The utility classes for the user interface (UI) related functionality.
The user interface events.
-
Uses of MouseButton in com.teamdev.jxbrowser.ui
Modifier and TypeMethodDescriptionstatic MouseButton
MouseButton.forNumber
(int value) static MouseButton
MouseButton.valueOf
(int value) Deprecated.static MouseButton
MouseButton.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static MouseButton
Returns the enum constant of this class with the specified name.static MouseButton[]
MouseButton.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MouseButton>
MouseButton.internalGetValueMap()
-
Uses of MouseButton in com.teamdev.jxbrowser.ui.event
Modifier and TypeMethodDescriptiondefault MouseButton
MouseDragged.button()
Returns the button that is pressed during the move.default MouseButton
MousePressed.button()
Returns the pressed mouse button.default MouseButton
MouseReleased.button()
Returns the released mouse button.Modifier and TypeMethodDescriptionMouseDragged.Builder.button
(MouseButton mouseButton) Sets the button that is pressed during the move.MouseEntered.Builder.button
(MouseButton mouseButton) Sets the button that is pressed.MouseExited.Builder.button
(MouseButton mouseButton) Sets the button that is pressed.MousePressed.Builder.button
(MouseButton mouseButton) Sets the button that is pressed.MouseReleased.Builder.button
(MouseButton mouseButton) Sets the button that is released.