Uses of Interface
jfrace.Terminal

Packages that use Terminal
jfrace.device Devices and their configurators (if necessary). 
jfrace.terminal Implementations of the Terminal interface. 
 

Uses of Terminal in jfrace.device
 

Constructors in jfrace.device with parameters of type Terminal
CPMEmulator(AddressSpace as, java.lang.String theDiskPath, int jbiosSystemAdrPointer, int biosOffset, byte[] bios, int port, Terminal terminal)
          Create a new instance.
 

Uses of Terminal in jfrace.terminal
 

Classes in jfrace.terminal that implement Terminal
 class Console
          Implementation of the console as a terminal.
 class SimpleTerminal
          A simple alphanumerical terminal.
 class ThomsonGDPTerminal
          A terminal based on Thomson's GDP EF9366 and using Osborne I command (ESC) sequences.