Uses of Class
org.jline.terminal.MouseEvent
-
Packages that use MouseEvent Package Description org.jline.reader JLine 3 Reader Package - Core components for building interactive command-line interfaces.org.jline.reader.impl JLine 3 Reader Implementation Package.org.jline.terminal JLine Terminal API - Core abstractions for terminal operations across different platforms.org.jline.terminal.impl JLine Terminal implementation classes. -
-
Uses of MouseEvent in org.jline.reader
Methods in org.jline.reader that return MouseEvent Modifier and Type Method Description MouseEvent
LineReader. readMouseEvent()
Read a mouse event when theInfoCmp.Capability.key_mouse
sequence has just been read on the input stream. -
Uses of MouseEvent in org.jline.reader.impl
Methods in org.jline.reader.impl that return MouseEvent Modifier and Type Method Description MouseEvent
LineReaderImpl. readMouseEvent()
-
Uses of MouseEvent in org.jline.terminal
Methods in org.jline.terminal that return MouseEvent Modifier and Type Method Description MouseEvent
Terminal. readMouseEvent()
Read a MouseEvent from the terminal input stream.MouseEvent
Terminal. readMouseEvent(java.lang.String prefix)
Reads and decodes a mouse event with a specified prefix that has already been consumed.MouseEvent
Terminal. readMouseEvent(java.util.function.IntSupplier reader)
Reads and decodes a mouse event using the provided input supplier.MouseEvent
Terminal. readMouseEvent(java.util.function.IntSupplier reader, java.lang.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 MouseEvent Modifier and Type Method Description static MouseEvent
MouseSupport. readMouse(java.util.function.IntSupplier reader, MouseEvent last)
Reads a mouse event using the provided input supplier.static MouseEvent
MouseSupport. readMouse(java.util.function.IntSupplier reader, MouseEvent last, java.lang.String prefix)
Reads a mouse event using the provided input supplier with a prefix that has already been consumed.static MouseEvent
MouseSupport. readMouse(Terminal terminal, MouseEvent last)
Reads a mouse event from the terminal.static MouseEvent
MouseSupport. readMouse(Terminal terminal, MouseEvent last, java.lang.String prefix)
Reads a mouse event from the terminal with a prefix that has already been consumed.MouseEvent
AbstractTerminal. readMouseEvent()
MouseEvent
AbstractTerminal. readMouseEvent(java.lang.String prefix)
MouseEvent
AbstractTerminal. readMouseEvent(java.util.function.IntSupplier reader)
MouseEvent
AbstractTerminal. readMouseEvent(java.util.function.IntSupplier reader, java.lang.String prefix)
Methods in org.jline.terminal.impl with parameters of type MouseEvent Modifier and Type Method Description static MouseEvent
MouseSupport. readMouse(java.util.function.IntSupplier reader, MouseEvent last)
Reads a mouse event using the provided input supplier.static MouseEvent
MouseSupport. readMouse(java.util.function.IntSupplier reader, MouseEvent last, java.lang.String prefix)
Reads a mouse event using the provided input supplier with a prefix that has already been consumed.static MouseEvent
MouseSupport. readMouse(Terminal terminal, MouseEvent last)
Reads a mouse event from the terminal.static MouseEvent
MouseSupport. readMouse(Terminal terminal, MouseEvent last, java.lang.String prefix)
Reads a mouse event from the terminal with a prefix that has already been consumed.
-