Uses of Class
org.jline.terminal.MouseEvent.Type
-
Packages that use MouseEvent.Type Package Description org.jline.terminal JLine Terminal API - Core abstractions for terminal operations across different platforms. -
-
Uses of MouseEvent.Type in org.jline.terminal
Methods in org.jline.terminal that return MouseEvent.Type Modifier and Type Method Description MouseEvent.Type
MouseEvent. getType()
Returns the type of this mouse event.static MouseEvent.Type
MouseEvent.Type. valueOf(java.lang.String name)
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.Type Constructor Description MouseEvent(MouseEvent.Type type, MouseEvent.Button button, java.util.EnumSet<MouseEvent.Modifier> modifiers, int x, int y)
Creates a new MouseEvent with the specified parameters.
-