Package | Description |
---|---|
com.googlecode.lanterna.terminal | |
com.googlecode.lanterna.terminal.swing | |
com.googlecode.lanterna.terminal.text |
Modifier and Type | Class and Description |
---|---|
class |
InputEnabledAbstractTerminal
This is an abstract terminal that can also read input events (keys), with a
default implementation of the methods from
InputProvider . |
Modifier and Type | Class and Description |
---|---|
class |
SwingTerminal
A Swing-based text terminal emulator
|
Modifier and Type | Class and Description |
---|---|
class |
ANSITerminal
A common ANSI text terminal implementation
|
class |
CygwinTerminal
This class is trying to provide some special workarounds in order to function
in Cygwin terminal environments.
|
class |
StreamBasedTerminal
An abstract terminal implementing functionality for terminals using
OutputStream/InputStream
|
class |
UnixTerminal
A common ANSI terminal extention with support for Unix resize signals and
the stty program to control cbreak and key echo
|
Copyright © 2014. All Rights Reserved.