com.sshtools.sshterm.emulation
Interface VDUDisplay

All Known Implementing Classes:
TerminalPanel

public interface VDUDisplay

Generic display

Author:
lee

Method Summary
 VDUBuffer getVDUBuffer()
          Gets the vDUBuffer attribute of the VDUDisplay object
 void redraw()
          Description of the Method
 void setVDUBuffer(VDUBuffer buffer)
          Sets the vDUBuffer attribute of the VDUDisplay object
 

Method Detail

redraw

public void redraw()
Description of the Method


setVDUBuffer

public void setVDUBuffer(VDUBuffer buffer)
Sets the vDUBuffer attribute of the VDUDisplay object

Parameters:
buffer - The new vDUBuffer value

getVDUBuffer

public VDUBuffer getVDUBuffer()
Gets the vDUBuffer attribute of the VDUDisplay object

Returns:
The vDUBuffer value


Copyright © 2002 Sshtools.com. All Rights Reserved.