Uses of Interface
com.sshtools.common.ui.SshToolsApplicationContainer

Packages that use SshToolsApplicationContainer
com.sshtools.common.ui   
 

Uses of SshToolsApplicationContainer in com.sshtools.common.ui
 

Classes in com.sshtools.common.ui that implement SshToolsApplicationContainer
 class SessionProviderFrame
          This frame class embeds a SessionProvider and manages the connection on behalf of the caller.
 class SessionProviderInternalFrame
          This frame class embeds a SessionProvider and manages the connection on behalf of the caller.
 class SshToolsApplicationApplet.SshToolsApplicationAppletContainer
           
 class SshToolsApplicationFrame
           
 class SshToolsApplicationInternalFrame
           
 

Fields in com.sshtools.common.ui declared as SshToolsApplicationContainer
protected  SshToolsApplicationContainer SshToolsApplicationPanel.container
           
 

Methods in com.sshtools.common.ui that return SshToolsApplicationContainer
 SshToolsApplicationContainer SshToolsApplication.convertContainer(SshToolsApplicationContainer container, java.lang.Class newContainerClass)
           
 SshToolsApplicationContainer SshToolsApplicationPanel.getContainer()
          Gets the container for this panel.
 SshToolsApplicationContainer SshToolsApplication.getContainerAt(int idx)
           
 SshToolsApplicationContainer SshToolsApplication.getContainerForPanel(SshToolsApplicationPanel panel)
           
 SshToolsApplicationContainer SshToolsApplication.newContainer()
           
 

Methods in com.sshtools.common.ui with parameters of type SshToolsApplicationContainer
 void SshToolsApplication.closeContainer(SshToolsApplicationContainer container)
           
 SshToolsApplicationContainer SshToolsApplication.convertContainer(SshToolsApplicationContainer container, java.lang.Class newContainerClass)
           
 void SshToolsApplication.newContainer(SshToolsApplicationContainer container)
           
 void SshToolsApplicationPanel.setContainer(SshToolsApplicationContainer container)
          Sets the container for this panel
 

Constructors in com.sshtools.common.ui with parameters of type SshToolsApplicationContainer
ExitAction(SshToolsApplication application, SshToolsApplicationContainer container)
          Creates a new ExitAction object.
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.