Uses of Interface
com.googlecode.lanterna.terminal.ExtendedTerminal
Packages that use ExtendedTerminal
-
Uses of ExtendedTerminal in com.googlecode.lanterna.terminal
Subinterfaces of ExtendedTerminal in com.googlecode.lanterna.terminalModifier and TypeInterfaceDescriptioninterface
Interface extending ExtendedTerminal that removes the IOException throw clause.Classes in com.googlecode.lanterna.terminal that implement ExtendedTerminalModifier and TypeClassDescriptionstatic class
This class exposes methods for converting an extended terminal into an IOSafeExtendedTerminal.Fields in com.googlecode.lanterna.terminal declared as ExtendedTerminalModifier and TypeFieldDescriptionprivate final ExtendedTerminal
IOSafeTerminalAdapter.Extended.backend
Methods in com.googlecode.lanterna.terminal with parameters of type ExtendedTerminalModifier and TypeMethodDescriptionstatic 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 ExtendedTerminalModifierConstructorDescriptionExtended
(ExtendedTerminal backend, IOSafeTerminalAdapter.ExceptionHandler exceptionHandler) -
Uses of ExtendedTerminal in com.googlecode.lanterna.terminal.ansi
Classes in com.googlecode.lanterna.terminal.ansi that implement ExtendedTerminalModifier and TypeClassDescriptionclass
Class containing graphics code for ANSI compliant text terminals and terminal emulators.class
This class extends UnixLikeTerminal and implements the Cygwin-specific implementations.class
This class is used by theTelnetTerminalServer
class when a client has connected in; this class will be the interaction point for that client.class
Base class for all terminals that generally behave like Unix terminals.class
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
This class extends UnixLikeTerminal and implements the Unix-specific parts.