Uses of Interface
com.sshtools.terminal.VirtualTerminal

Packages that use VirtualTerminal
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 VirtualTerminal in com.sshtools.terminal
 

Methods in com.sshtools.terminal with parameters of type VirtualTerminal
 void VirtualTerminalComponent.init(VirtualTerminal terminal)
          Initialise the virtual terminal component
 void VirtualTerminalAdapter.screenResized(VirtualTerminal terminal, int w, int h, boolean remoteChange)
           
 void VirtualTerminalListener.screenResized(VirtualTerminal terminal, int w, int h, boolean remoteChange)
          The virtual terminal screen has been resized.
static void TerminalUtil.setVirtualTerminalProperties(ResourceProfile profile, VirtualTerminal terminal)
          Configure a VirtualTerminal from a profile using the standard application properties
 

Uses of VirtualTerminal in com.sshtools.terminal.awt
 

Classes in com.sshtools.terminal.awt that implement VirtualTerminal
 class AWTVirtualTerminal
          AWT implementation of a VirtualSession.
 

Methods in com.sshtools.terminal.awt with parameters of type VirtualTerminal
 void AWTScrollBar.init(VirtualTerminal terminal)
           
 

Uses of VirtualTerminal in com.sshtools.terminal.swing
 

Classes in com.sshtools.terminal.swing that implement VirtualTerminal
 class SwingVirtualTerminal
           
 

Methods in com.sshtools.terminal.swing with parameters of type VirtualTerminal
 void SwingScrollBar.init(VirtualTerminal terminal)
           
 



Copyright © 2003-2009 SSHTOOLS LTD. All Rights Reserved.