Uses of Class
org.jline.terminal.MouseEvent
Packages that use MouseEvent
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
JLine Terminal implementation classes.
-
Uses of MouseEvent in org.jline.terminal
Methods in org.jline.terminal that return MouseEventModifier and TypeMethodDescriptionTerminal.readMouseEvent()Read a MouseEvent from the terminal input stream.Terminal.readMouseEvent(String prefix) Reads and decodes a mouse event with a specified prefix that has already been consumed.Terminal.readMouseEvent(IntSupplier reader) Reads and decodes a mouse event using the provided input supplier.Terminal.readMouseEvent(IntSupplier reader, String prefix) Reads and decodes a mouse event using the provided input supplier with a specified prefix that has already been consumed. -
Uses of MouseEvent in org.jline.terminal.impl
Methods in org.jline.terminal.impl that return MouseEventModifier and TypeMethodDescriptionstatic MouseEventMouseSupport.readMouse(IntSupplier reader, MouseEvent last) Reads a mouse event using the provided input supplier.static MouseEventMouseSupport.readMouse(IntSupplier reader, MouseEvent last, String prefix) Reads a mouse event using the provided input supplier with a prefix that has already been consumed.static MouseEventMouseSupport.readMouse(Terminal terminal, MouseEvent last) Reads a mouse event from the terminal.static MouseEventMouseSupport.readMouse(Terminal terminal, MouseEvent last, String prefix) Reads a mouse event from the terminal with a prefix that has already been consumed.AbstractTerminal.readMouseEvent()AbstractTerminal.readMouseEvent(String prefix) AbstractTerminal.readMouseEvent(IntSupplier reader) AbstractTerminal.readMouseEvent(IntSupplier reader, String prefix) Methods in org.jline.terminal.impl with parameters of type MouseEventModifier and TypeMethodDescriptionstatic MouseEventMouseSupport.readMouse(IntSupplier reader, MouseEvent last) Reads a mouse event using the provided input supplier.static MouseEventMouseSupport.readMouse(IntSupplier reader, MouseEvent last, String prefix) Reads a mouse event using the provided input supplier with a prefix that has already been consumed.static MouseEventMouseSupport.readMouse(Terminal terminal, MouseEvent last) Reads a mouse event from the terminal.static MouseEventMouseSupport.readMouse(Terminal terminal, MouseEvent last, String prefix) Reads a mouse event from the terminal with a prefix that has already been consumed.