Uses of Enum
org.jline.terminal.MouseEvent.Button
Packages that use MouseEvent.Button
-
Uses of MouseEvent.Button in org.jline.terminal
Fields in org.jline.terminal declared as MouseEvent.ButtonMethods in org.jline.terminal that return MouseEvent.ButtonModifier and TypeMethodDescriptionMouseEvent.getButton()
static MouseEvent.Button
Returns the enum constant of this type with the specified name.static MouseEvent.Button[]
MouseEvent.Button.values()
Returns an array containing the constants of this enum type, 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)