Uses of Interface
com.googlecode.lanterna.terminal.ExtendedTerminal
-
Packages that use ExtendedTerminal Package Description com.googlecode.lanterna.terminal com.googlecode.lanterna.terminal.ansi -
-
Uses of ExtendedTerminal in com.googlecode.lanterna.terminal
Subinterfaces of ExtendedTerminal in com.googlecode.lanterna.terminal Modifier and Type Interface Description interface
IOSafeExtendedTerminal
Interface extending ExtendedTerminal that removes the IOException throw clause.Classes in com.googlecode.lanterna.terminal that implement ExtendedTerminal Modifier and Type Class Description static class
IOSafeTerminalAdapter.Extended
This class exposes methods for converting an extended terminal into an IOSafeExtendedTerminal.Fields in com.googlecode.lanterna.terminal declared as ExtendedTerminal Modifier and Type Field Description private ExtendedTerminal
IOSafeTerminalAdapter.Extended. backend
Methods in com.googlecode.lanterna.terminal with parameters of type ExtendedTerminal Modifier and Type Method Description static IOSafeExtendedTerminal
IOSafeTerminalAdapter. createDoNothingOnExceptionAdapter(ExtendedTerminal terminal)
Creates a wrapper around an ExtendedTerminal that exposes it as a IOSafeExtendedTerminal.static IOSafeExtendedTerminal
IOSafeTerminalAdapter. createRuntimeExceptionConvertingAdapter(ExtendedTerminal terminal)
Creates a wrapper around an ExtendedTerminal that exposes it as a IOSafeExtendedTerminal.Constructors in com.googlecode.lanterna.terminal with parameters of type ExtendedTerminal Constructor Description Extended(ExtendedTerminal backend, IOSafeTerminalAdapter.ExceptionHandler exceptionHandler)
-
Uses of ExtendedTerminal in com.googlecode.lanterna.terminal.ansi
Classes in com.googlecode.lanterna.terminal.ansi that implement ExtendedTerminal Modifier and Type Class Description class
ANSITerminal
Class containing graphics code for ANSI compliant text terminals and terminal emulators.class
CygwinTerminal
This class extends UnixLikeTerminal and implements the Cygwin-specific implementations.class
TelnetTerminal
This class is used by theTelnetTerminalServer
class when a client has connected in; this class will be the interaction point for that client.class
UnixLikeTerminal
Base class for all terminals that generally behave like Unix terminals.class
UnixLikeTTYTerminal
UnixLikeTerminal extends from ANSITerminal and defines functionality that is common toUnixTerminal
andCygwinTerminal
, like setting tty modes; echo, cbreak and minimum characters for reading as well as a shutdown hook to set the tty back to original state at the end.class
UnixTerminal
This class extends UnixLikeTerminal and implements the Unix-specific parts.
-