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 MouseButtonMouseButton.forNumber(int value) static MouseButtonMouseButton.valueOf(int value) Deprecated.static MouseButtonMouseButton.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static MouseButtonReturns 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 MouseButtonMouseDragged.button()Returns the button that is pressed during the move.default MouseButtonMousePressed.button()Returns the pressed mouse button.default MouseButtonMouseReleased.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 pressed during the move.MouseEntered.Builder.button(MouseButton mouseButton) Sets the button that was pressed.MouseExited.Builder.button(MouseButton mouseButton) Sets the button that was pressed.MousePressed.Builder.button(MouseButton mouseButton) Sets the button that was pressed.MouseReleased.Builder.button(MouseButton mouseButton) Sets the button that was released.