Package | Description |
---|---|
com.sshtools.common.ui |
Modifier and Type | Field and Description |
---|---|
protected SshToolsConnectionProfile |
SshToolsApplicationClientPanel.currentConnectionProfile |
protected SshToolsConnectionProfile |
SshToolsApplicationSessionPanel.currentConnectionProfile |
protected SshToolsConnectionProfile |
SshToolsConnectionHostTab.profile |
protected SshToolsConnectionProfile |
SshToolsConnectionProtocolTab.profile |
protected SshToolsConnectionProfile |
SshToolsConnectionProxyTab.profile |
protected SshToolsConnectionProfile |
SshToolsApplicationClientApplet.profile |
Modifier and Type | Method and Description |
---|---|
SshToolsConnectionProfile |
SshToolsConnectionHostTab.getConnectionProfile() |
SshToolsConnectionProfile |
SshToolsConnectionProtocolTab.getConnectionProfile() |
SshToolsConnectionProfile |
SshToolsConnectionProxyTab.getConnectionProfile() |
SshToolsConnectionProfile |
SshToolsConnectionTab.getConnectionProfile() |
SshToolsConnectionProfile |
SshToolsApplicationClientPanel.getCurrentConnectionProfile() |
SshToolsConnectionProfile |
SshToolsApplicationSessionPanel.getCurrentConnectionProfile() |
SshToolsConnectionProfile |
SessionProviderInternalFrame.getProfile()
Gets the profile currently attached to the frame.
|
SshToolsConnectionProfile |
SessionManager.getProfile()
Get the current profile attached to the session.
|
SshToolsConnectionProfile |
SessionProviderFrame.getProfile()
Gets the profile currently attached to the frame.
|
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) |
Modifier and Type | Method and Description |
---|---|
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 |
SessionProviderFrame.applyProfileChanges(SshToolsConnectionProfile profile)
Implementation of the SessionManager method, this does nothing.
|
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 |
SshToolsConnectionHostTab.setConnectionProfile(SshToolsConnectionProfile profile) |
void |
SshToolsConnectionProtocolTab.setConnectionProfile(SshToolsConnectionProfile profile) |
void |
SshToolsConnectionProxyTab.setConnectionProfile(SshToolsConnectionProfile profile) |
void |
SshToolsConnectionPanel.setConnectionProfile(SshToolsConnectionProfile profile) |
void |
SshToolsConnectionTab.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) |
Constructor and Description |
---|
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.