Uses of Interface
net.wimpi.telnetd.io.terminal.Terminal

Packages that use Terminal
net.wimpi.telnetd.io   
net.wimpi.telnetd.io.terminal   
 

Uses of Terminal in net.wimpi.telnetd.io
 

Methods in net.wimpi.telnetd.io that return Terminal
 Terminal TerminalIO.getTerminal()
          Accessor method to get the active terminal object
 

Uses of Terminal in net.wimpi.telnetd.io.terminal
 

Classes in net.wimpi.telnetd.io.terminal that implement Terminal
 class ansi
          Implements ansi terminal support, which is defined as vt100 with graphics rendition capabilities within this library.
 class BasicTerminal
          A basic terminal implementation with the focus on vt100 related sequences.
 class vt100
          Implements VT 100 terminal support, as original, without graphics rendition capabilities.
 class Windoof
          Implements a special variant which is common on windows plattforms (i.e.
 class xterm
          This class implements the xterm terminal emulation.
 

Methods in net.wimpi.telnetd.io.terminal that return Terminal
 Terminal TerminalManager.getTerminal(java.lang.String key)
          Returns a reference to a terminal that has been set up, regarding to the key given as parameter.
If the key does not represent a terminal name or any alias for any terminal, then the returned terminal will be a default basic terminal (i.e.
 



Copyright © 2010. All Rights Reserved.