|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SshToolsConnectionProtocolTab.profile
|
protected SshToolsConnectionProfile |
SshToolsConnectionProxyTab.profile
|
protected SshToolsConnectionProfile |
SshToolsApplicationClientApplet.profile
|
protected SshToolsConnectionProfile |
SshToolsConnectionHostTab.profile
|
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 |
SessionManager.applyProfileChanges(SshToolsConnectionProfile profile)
The session can call this method to apply any changes to the profile it may have made. |
void |
SessionProviderInternalFrame.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 |
SshToolsConnectionProtocolTab.setConnectionProfile(SshToolsConnectionProfile profile)
|
void |
SshToolsConnectionProxyTab.setConnectionProfile(SshToolsConnectionProfile profile)
|
void |
SshToolsConnectionTab.setConnectionProfile(SshToolsConnectionProfile profile)
|
void |
SshToolsConnectionHostTab.setConnectionProfile(SshToolsConnectionProfile profile)
|
void |
SshToolsConnectionPanel.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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |