Uses of Enum
org.jline.terminal.MouseEvent.Type
Packages that use MouseEvent.Type
-
Uses of MouseEvent.Type in org.jline.terminal
Fields in org.jline.terminal declared as MouseEvent.TypeMethods in org.jline.terminal that return MouseEvent.TypeModifier and TypeMethodDescriptionMouseEvent.getType()
static MouseEvent.Type
Returns the enum constant of this type with the specified name.static MouseEvent.Type[]
MouseEvent.Type.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.TypeModifierConstructorDescriptionMouseEvent
(MouseEvent.Type type, MouseEvent.Button button, EnumSet<MouseEvent.Modifier> modifiers, int x, int y)