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 class
ECMA48Terminal
This class reads keystrokes and mouse events and emits output to ANSI X3.64 / ECMA-48 type terminals e.g.class
SwingTerminal
This 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 TerminalReader
GenericBackend. terminal
Input events are processed by this Terminal.
-