Uses of Class
com.sshtools.terminal.VDUBuffer

Packages that use VDUBuffer
com.sshtools.terminal This package contains core terminal interfaces and utility classes that enable the creation of a terminal implementation. 
com.sshtools.terminal.awt This package contains an AWT implementation of a terminal. 
com.sshtools.terminal.swing This package contains a Swing implementation of a terminal. 
 

Uses of VDUBuffer in com.sshtools.terminal
 

Subclasses of VDUBuffer in com.sshtools.terminal
 class TerminalEmulation
          A VDUBuffer extension that provides VT100, VT220, VT320 and ANSI emulation.
 

Methods in com.sshtools.terminal that return VDUBuffer
 VDUBuffer VDUDisplay.getVDUBuffer()
          Get the current buffer
 

Methods in com.sshtools.terminal with parameters of type VDUBuffer
 void VDUDisplay.init(VDUBuffer buffer)
          Initialise the display.
 void VDUDisplay.setVDUBuffer(VDUBuffer buffer)
          Set the current buffer
 

Uses of VDUBuffer in com.sshtools.terminal.awt
 

Methods in com.sshtools.terminal.awt that return VDUBuffer
 VDUBuffer AWTTerminalPanel.getVDUBuffer()
           
 

Methods in com.sshtools.terminal.awt with parameters of type VDUBuffer
 void AWTTerminalPanel.init(VDUBuffer buffer)
           
 void AWTTerminalPanel.setVDUBuffer(VDUBuffer buffer)
           
 

Uses of VDUBuffer in com.sshtools.terminal.swing
 

Methods in com.sshtools.terminal.swing that return VDUBuffer
 VDUBuffer SwingTerminalPanel.getVDUBuffer()
           
 

Methods in com.sshtools.terminal.swing with parameters of type VDUBuffer
 void SwingTerminalPanel.init(VDUBuffer buffer)
           
 void SwingTerminalPanel.setVDUBuffer(VDUBuffer buffer)
           
 



Copyright © 2003-2004 3SP LTD. All Rights Reserved.