Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
jexer.backend |
The interface between TApplication and user-facing I/O.
|
jexer.demos |
Demonstration programs.
|
Modifier and Type | Method and Description |
---|---|
Backend |
TApplication.getBackend()
Get the Backend.
|
Constructor and Description |
---|
TApplication(Backend backend)
Public constructor.
|
Modifier and Type | Class and 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 |
GenericBackend
This abstract class provides a screen, keyboard, and mouse to
TApplication.
|
class |
MultiBackend
MultiBackend mirrors its I/O to several backends.
|
class |
SwingBackend
This class uses standard Swing calls to handle screen, keyboard, and mouse
I/O.
|
class |
TWindowBackend
TWindowBackend uses a window in one TApplication to provide a backend for
another TApplication.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiBackend.addBackend(Backend backend)
Add a backend to the list.
|
void |
MultiBackend.removeBackend(Backend backend)
Remove a backend from the list.
|
Constructor and Description |
---|
MultiBackend(Backend backend)
Public constructor requires one backend.
|
Constructor and Description |
---|
DemoApplication(Backend backend)
Public constructor.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.