Uses of Enum Class
org.jline.terminal.MouseEvent.Button
Packages that use MouseEvent.Button
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
-
Uses of MouseEvent.Button in org.jline.terminal
Subclasses with type arguments of type MouseEvent.Button in org.jline.terminalModifier and TypeClassDescriptionstatic enumDefines the mouse buttons that can be involved in a mouse event.Methods in org.jline.terminal that return MouseEvent.ButtonModifier and TypeMethodDescriptionMouseEvent.getButton()Returns the button involved in this mouse event.static MouseEvent.ButtonReturns 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.Constructors in org.jline.terminal with parameters of type MouseEvent.ButtonModifierConstructorDescriptionMouseEvent(MouseEvent.Type type, MouseEvent.Button button, EnumSet<MouseEvent.Modifier> modifiers, int x, int y) Creates a new MouseEvent with the specified parameters.