shell
Interface Terminal

All Known Implementing Classes:
TextTerminal

public interface Terminal

Graphical User Interface front end for the terminal.

See Also:
Environment, 2537

Method Summary
 void doCommand(java.lang.String cmd)
           
 int getFontWidth()
           
 int getViewableWidth()
           
 

Method Detail

getViewableWidth

public int getViewableWidth()

getFontWidth

public int getFontWidth()

doCommand

public void doCommand(java.lang.String cmd)