Uses of Interface
jexer.backend.TerminalReader
-
Packages that use TerminalReader Package Description jexer.backend The interface between TApplication and user-facing I/O. -
-
Uses of TerminalReader in jexer.backend
Classes in jexer.backend that implement TerminalReader Modifier and Type Class Description classECMA48TerminalThis class reads keystrokes and mouse events and emits output to ANSI X3.64 / ECMA-48 type terminals e.g.classSwingTerminalThis Screen backend reads keystrokes and mouse events and draws to either a Java Swing JFrame (potentially triple-buffered) or a JComponent.Fields in jexer.backend declared as TerminalReader Modifier and Type Field Description protected TerminalReaderGenericBackend. terminalInput events are processed by this Terminal.
-