Uses of Enum
org.aesh.terminal.tty.MouseEvent.Button
Packages that use MouseEvent.Button
-
Uses of MouseEvent.Button in org.aesh.terminal.tty
Subclasses with type arguments of type MouseEvent.Button in org.aesh.terminal.ttyModifier and TypeClassDescriptionstatic enumThe mouse button involved in the event.Methods in org.aesh.terminal.tty that return MouseEvent.ButtonModifier and TypeMethodDescriptionMouseEvent.button()Returns the button.static MouseEvent.ButtonReturns 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.aesh.terminal.tty with parameters of type MouseEvent.ButtonModifierConstructorDescriptionMouseEvent(MouseEvent.Type type, MouseEvent.Button button, int x, int y, boolean shift, boolean alt, boolean ctrl) Creates a new mouse event.