g-Eclipse
Release 1.0.0

eu.geclipse.terminal
Interface ITerminalView


public interface ITerminalView

Interface to the terminal view, allows to add new terminal pages.


Method Summary
 ITerminalPage addTerminal(IBidirectionalConnection connection, ITerminalListener listener)
          Creates a new terminal page which is connected to the specified Input- and Output streams.
 

Method Detail

addTerminal

ITerminalPage addTerminal(IBidirectionalConnection connection,
                          ITerminalListener listener)
                          throws java.io.IOException
Creates a new terminal page which is connected to the specified Input- and Output streams.

Parameters:
connection - bidirectional connection from which the terminal reads the stream to print and which the keyboard input is sent to.
listener - Instance of ITerminalListener, used for notification if the terminal properties changed.
Returns:
the page containing the terminal.
Throws:
java.io.IOException - thrown if a connection error occurs.

g-Eclipse
Release 1.0.0