com.sshtools.j2ssh.client
Interface PseudoTerminal

All Known Implementing Classes:
TerminalEmulation

public interface PseudoTerminal

Describes the basic display features of a pseudo terminal for the SessionClient

Version:
1.0
Author:
Lee David Painter ( lee@sshtools.com )

Method Summary
 int getColumns()
          Get the number of columns for the terminal
 java.lang.String getEncodedTerminalModes()
          Get the terminal modes
 int getHeight()
          Get the height in pixels of the terminal
 int getRows()
          Get the rows for the terminal
 java.lang.String getTerm()
          Get the Terminal type (i.e VT100)
 int getWidth()
          Get the width in pixels of the terminal
 

Method Detail

getTerm

public java.lang.String getTerm()
Get the Terminal type (i.e VT100)

Returns:

getColumns

public int getColumns()
Get the number of columns for the terminal

Returns:

getRows

public int getRows()
Get the rows for the terminal

Returns:

getWidth

public int getWidth()
Get the width in pixels of the terminal

Returns:

getHeight

public int getHeight()
Get the height in pixels of the terminal

Returns:

getEncodedTerminalModes

public java.lang.String getEncodedTerminalModes()
Get the terminal modes

Returns:


Copyright © 2002 Sshtools.com. All Rights Reserved.