Uses of Interface
jexer.tterminal.DisplayListener
-
Packages that use DisplayListener Package Description jexer Jexer - Java Text User Interface libraryjexer.tterminal An ECMA-48 / ANSI X3.64 style terminal emulator.xtwm.ui Main user interface. -
-
Uses of DisplayListener in jexer
Classes in jexer that implement DisplayListener Modifier and Type Class Description class
TTerminalWidget
TTerminalWidget exposes a ECMA-48 / ANSI X3.64 style terminal in a widget. -
Uses of DisplayListener in jexer.tterminal
Constructors in jexer.tterminal with parameters of type DisplayListener Constructor Description ECMA48(ECMA48.DeviceType type, java.io.InputStream inputStream, java.io.OutputStream outputStream, DisplayListener displayListener)
Public constructor. -
Uses of DisplayListener in xtwm.ui
Classes in xtwm.ui that implement DisplayListener Modifier and Type Class Description class
TiledTerminal
TiledTerminal is a terminal widget that can be split vertically or horizontally into two terminals.
-