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 interfaceIOSafeExtendedTerminalInterface extending ExtendedTerminal that removes the IOException throw clause.Classes in com.googlecode.lanterna.terminal that implement ExtendedTerminal Modifier and Type Class Description static classIOSafeTerminalAdapter.ExtendedThis 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 ExtendedTerminalIOSafeTerminalAdapter.Extended. backendMethods in com.googlecode.lanterna.terminal with parameters of type ExtendedTerminal Modifier and Type Method Description static IOSafeExtendedTerminalIOSafeTerminalAdapter. createDoNothingOnExceptionAdapter(ExtendedTerminal terminal)Creates a wrapper around an ExtendedTerminal that exposes it as a IOSafeExtendedTerminal.static IOSafeExtendedTerminalIOSafeTerminalAdapter. 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 classANSITerminalClass containing graphics code for ANSI compliant text terminals and terminal emulators.classCygwinTerminalThis class extends UnixLikeTerminal and implements the Cygwin-specific implementations.classTelnetTerminalThis class is used by theTelnetTerminalServerclass when a client has connected in; this class will be the interaction point for that client.classUnixLikeTerminalBase class for all terminals that generally behave like Unix terminals.classUnixLikeTTYTerminalUnixLikeTerminal extends from ANSITerminal and defines functionality that is common toUnixTerminalandCygwinTerminal, 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.classUnixTerminalThis class extends UnixLikeTerminal and implements the Unix-specific parts.
-