Uses of Class
jexer.backend.GenericBackend
-
Packages that use GenericBackend Package Description jexer.backend The interface between TApplication and user-facing I/O. -
-
Uses of GenericBackend in jexer.backend
Subclasses of GenericBackend in jexer.backend Modifier and Type Class Description class
ECMA48Backend
This class uses an xterm/ANSI X3.64/ECMA-48 type terminal to provide a screen, keyboard, and mouse to TApplication.class
SwingBackend
This class uses standard Swing calls to handle screen, keyboard, and mouse I/O.
-