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 TypeInterfaceDescriptioninterfaceInterface extending ExtendedTerminal that removes the IOException throw clause.Classes in com.googlecode.lanterna.terminal that implement ExtendedTerminalModifier and TypeClassDescriptionstatic classThis class exposes methods for converting an extended terminal into an IOSafeExtendedTerminal.Fields in com.googlecode.lanterna.terminal declared as ExtendedTerminalModifier and TypeFieldDescriptionprivate final ExtendedTerminalIOSafeTerminalAdapter.Extended.backendMethods in com.googlecode.lanterna.terminal with parameters of type ExtendedTerminalModifier and TypeMethodDescriptionstatic 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 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 TypeClassDescriptionclassClass containing graphics code for ANSI compliant text terminals and terminal emulators.classThis class extends UnixLikeTerminal and implements the Cygwin-specific implementations.classThis class is used by theTelnetTerminalServerclass when a client has connected in; this class will be the interaction point for that client.classBase class for all terminals that generally behave like Unix terminals.classUnixLikeTerminal 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.classThis class extends UnixLikeTerminal and implements the Unix-specific parts.