jmce - 1_02

Package jmce.sim.terminal

Class and interface to support terminal emulation.

See:
          Description

Interface Summary
CRT Interface to rappresent a CRT.
 

Class Summary
AbstractCRT Abstract implementation of CRT.
Hazeltine1500 Terminal Hazeltime 1500
SampleTerminal Sample terminal implements only CR,LF,TAB,BACK-SPACE Also implements all low level function used by more sophisticated terminal emulator like insert line, delete line etc.
SwingCRT Swing implementation of CRT.
Terminal Abstract Device for Terminal.
Test Test for sample terminal.
ttyCRT TTY implementation of CRT.
VT100 Terminal VT100 Only a subset of the original VT100 is supported Supported sequence : ESC[0m Normal attribute.
Z19 Zenith Z19 terminal emulator.
 

Package jmce.sim.terminal Description

Class and interface to support terminal emulation.

This packge implements a set of interfaces and classes to support terminal emulation. Using native library also the class ttyCRT implements a terminal in the current tty session. The native library is available for Windows and Linux.

Package Specification

Related Documentation

Version:
1.00
Author:
Mario Viara

jmce - 1_02