Uses of Class
com.sshtools.common.configuration.SshToolsConnectionProfile

Packages that use SshToolsConnectionProfile
com.sshtools.common.ui   
 

Uses of SshToolsConnectionProfile in com.sshtools.common.ui
 

Fields in com.sshtools.common.ui declared as SshToolsConnectionProfile
protected  SshToolsConnectionProfile SshToolsApplicationClientPanel.currentConnectionProfile
           
protected  SshToolsConnectionProfile SshToolsApplicationSessionPanel.currentConnectionProfile
           
protected  SshToolsConnectionProfile SshToolsConnectionProxyTab.profile
           
protected  SshToolsConnectionProfile SshToolsConnectionProtocolTab.profile
           
protected  SshToolsConnectionProfile SshToolsApplicationClientApplet.profile
           
protected  SshToolsConnectionProfile SshToolsConnectionHostTab.profile
           
 

Methods in com.sshtools.common.ui that return SshToolsConnectionProfile
 SshToolsConnectionProfile SshToolsConnectionTab.getConnectionProfile()
           
 SshToolsConnectionProfile SshToolsConnectionProxyTab.getConnectionProfile()
           
 SshToolsConnectionProfile SshToolsConnectionProtocolTab.getConnectionProfile()
           
 SshToolsConnectionProfile SshToolsConnectionHostTab.getConnectionProfile()
           
 SshToolsConnectionProfile SshToolsApplicationClientPanel.getCurrentConnectionProfile()
           
 SshToolsConnectionProfile SshToolsApplicationSessionPanel.getCurrentConnectionProfile()
           
 SshToolsConnectionProfile SessionProviderFrame.getProfile()
          Gets the profile currently attached to the frame.
 SshToolsConnectionProfile SessionProviderInternalFrame.getProfile()
          Gets the profile currently attached to the frame.
 SshToolsConnectionProfile SessionManager.getProfile()
          Get the current profile attached to the session.
 SshToolsConnectionProfile SshToolsApplicationClientPanel.newConnectionProfile(SshToolsConnectionProfile profile)
           
static SshToolsConnectionProfile SshToolsConnectionPanel.showConnectionDialog(java.awt.Component parent, SshToolsConnectionProfile profile, SshToolsConnectionTab[] optionalTabs)
           
static SshToolsConnectionProfile SshToolsConnectionPanel.showConnectionDialog(java.awt.Component parent, SshToolsConnectionTab[] optionalTabs)
           
 

Methods in com.sshtools.common.ui with parameters of type SshToolsConnectionProfile
 void SessionProviderFrame.applyProfileChanges(SshToolsConnectionProfile profile)
          Implementation of the SessionManager method, this does nothing.
 void SessionProviderInternalFrame.applyProfileChanges(SshToolsConnectionProfile profile)
          Implementation of the SessionManager method, this does nothing.
 void SessionManager.applyProfileChanges(SshToolsConnectionProfile profile)
          The session can call this method to apply any changes to the profile it may have made.
 void SshToolsApplicationClientPanel.connect(SshClient ssh, SshToolsConnectionProfile profile)
           
 void SshToolsApplicationClientPanel.connect(SshToolsConnectionProfile profile, boolean newProfile)
           
 boolean SshToolsApplicationClientPanel.editConnection(SshToolsConnectionProfile profile)
           
 boolean SshToolsApplicationSessionPanel.editSettings(SshToolsConnectionProfile profile)
           
 SshToolsConnectionProfile SshToolsApplicationClientPanel.newConnectionProfile(SshToolsConnectionProfile profile)
           
 boolean SshToolsApplicationSessionPanel.openSession(SessionManager manager, SshToolsConnectionProfile profile)
           
 java.io.File SshToolsApplicationClientPanel.saveConnection(boolean saveAs, java.io.File file, SshToolsConnectionProfile profile)
           
 void SshToolsConnectionTab.setConnectionProfile(SshToolsConnectionProfile profile)
           
 void SshToolsConnectionProxyTab.setConnectionProfile(SshToolsConnectionProfile profile)
           
 void SshToolsConnectionProtocolTab.setConnectionProfile(SshToolsConnectionProfile profile)
           
 void SshToolsConnectionPanel.setConnectionProfile(SshToolsConnectionProfile profile)
           
 void SshToolsConnectionHostTab.setConnectionProfile(SshToolsConnectionProfile profile)
           
 void SshToolsApplicationClientPanel.setCurrentConnectionProfile(SshToolsConnectionProfile profile)
           
 void SshToolsApplicationSessionPanel.setCurrentConnectionProfile(SshToolsConnectionProfile profile)
           
static SshToolsConnectionProfile SshToolsConnectionPanel.showConnectionDialog(java.awt.Component parent, SshToolsConnectionProfile profile, SshToolsConnectionTab[] optionalTabs)
           
 

Constructors in com.sshtools.common.ui with parameters of type SshToolsConnectionProfile
SessionProviderFrame(SshToolsConnectionProfile profile, SshClient ssh, SessionProvider provider)
          Construct a new Session Provider frame.
SessionProviderInternalFrame(SshToolsConnectionProfile profile, SshClient ssh, SessionProvider provider)
          Construct a new Session Provider frame.
 



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