Uses of Enum Class
com.teamdev.jxbrowser.ui.MouseButton
Packages that use 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
Methods in com.teamdev.jxbrowser.ui that return MouseButtonModifier 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.Methods in com.teamdev.jxbrowser.ui that return types with arguments of type MouseButtonModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MouseButton>
MouseButton.internalGetValueMap()
-
Uses of MouseButton in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return MouseButtonModifier 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.Methods in com.teamdev.jxbrowser.ui.event with parameters of type MouseButtonModifier 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.