Uses of Interface
com.sshtools.virtualsession.status.StatusBar

Packages that use StatusBar
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. 
com.sshtools.virtualsession.status.awt   
com.sshtools.virtualsession.status.swing   
 

Uses of StatusBar in com.sshtools.terminal
 

Subinterfaces of StatusBar in com.sshtools.terminal
 interface TerminalStatusBar
          Extended interface for a VirtualSessionComponent that is suitable for use with components that provide some kind off status bar made up of many different StatusElement implementations.
 

Uses of StatusBar in com.sshtools.terminal.awt
 

Classes in com.sshtools.terminal.awt that implement StatusBar
 class AWTTerminalStatusBar
          Implementation of a StatusBar that uses a AWT components.
 

Uses of StatusBar in com.sshtools.terminal.swing
 

Classes in com.sshtools.terminal.swing that implement StatusBar
 class SwingTerminalStatusBar
          Implementation of a StatusBar that uses a Swing components.
 

Uses of StatusBar in com.sshtools.virtualsession.status.awt
 

Classes in com.sshtools.virtualsession.status.awt that implement StatusBar
 class AWTStatusBar
          Implementation of a StatusBar that uses a AWT components.
 

Uses of StatusBar in com.sshtools.virtualsession.status.swing
 

Classes in com.sshtools.virtualsession.status.swing that implement StatusBar
 class SwingStatusBar
          Implementation of a StatusBar that uses a Swing components.
 

Methods in com.sshtools.virtualsession.status.swing that return StatusBar
 StatusBar SwingStatusLabel.getStatusBar()
          Get the status bar containing this label.
 

Methods in com.sshtools.virtualsession.status.swing with parameters of type StatusBar
 void SwingStatusLabel.init(StatusBar statusBar)
           
 



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