Uses of Interface
com.grahamedgecombe.jterminal.TerminalModel

Packages that use TerminalModel
com.grahamedgecombe.jterminal Contains core JTerminal classes. 
com.grahamedgecombe.jterminal.vt100 Contains a terminal model roughly compatible with the VT100/ANSI standard. 
 

Uses of TerminalModel in com.grahamedgecombe.jterminal
 

Classes in com.grahamedgecombe.jterminal that implement TerminalModel
 class AbstractTerminalModel
          A TerminalModel which implements some common behaviour.
 

Methods in com.grahamedgecombe.jterminal that return TerminalModel
 TerminalModel JTerminal.getModel()
          Gets the current terminal model.
 

Methods in com.grahamedgecombe.jterminal with parameters of type TerminalModel
 void JTerminal.setModel(TerminalModel model)
          Sets the current terminal model.
 

Constructors in com.grahamedgecombe.jterminal with parameters of type TerminalModel
JTerminal(TerminalModel model)
          Creates a terminal with the specified model.
 

Uses of TerminalModel in com.grahamedgecombe.jterminal.vt100
 

Classes in com.grahamedgecombe.jterminal.vt100 that implement TerminalModel
 class Vt100TerminalModel
          A VT100/ANSI-compatible terminal model.
 



Copyright © 2009-2012. All Rights Reserved.