Uses of Interface
com.sshtools.terminal.ScrollListener

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

Methods in com.sshtools.terminal with parameters of type ScrollListener
 void VDUScrollBar.addScrollListener(ScrollListener listener)
          Add to the list of listeners to be informed of any changes to the state of this scrollbar.
 void VDUScrollBar.removeScrollListener(ScrollListener listener)
          Remove from the list of listeners to be informed when the state of the scrollbar changes in some way.
 

Uses of ScrollListener in com.sshtools.terminal.awt
 

Methods in com.sshtools.terminal.awt with parameters of type ScrollListener
 void AWTScrollBar.addScrollListener(ScrollListener listener)
           
 void AWTScrollBar.removeScrollListener(ScrollListener listener)
           
 

Uses of ScrollListener in com.sshtools.terminal.swing
 

Methods in com.sshtools.terminal.swing with parameters of type ScrollListener
 void SwingScrollBar.addScrollListener(ScrollListener listener)
           
 void SwingScrollBar.removeScrollListener(ScrollListener listener)
           
 



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