Uses of Class
com.sshtools.common.configuration.SshToolsConnectionProfile
-
Packages that use SshToolsConnectionProfile Package Description com.sshtools.common.ui -
-
Uses of SshToolsConnectionProfile in com.sshtools.common.ui
Fields in com.sshtools.common.ui declared as SshToolsConnectionProfile Modifier and Type Field Description protected SshToolsConnectionProfile
SshToolsApplicationClientPanel. currentConnectionProfile
protected SshToolsConnectionProfile
SshToolsApplicationSessionPanel. currentConnectionProfile
protected SshToolsConnectionProfile
SshToolsApplicationClientApplet. profile
protected SshToolsConnectionProfile
SshToolsConnectionHostTab. profile
protected SshToolsConnectionProfile
SshToolsConnectionProtocolTab. profile
protected SshToolsConnectionProfile
SshToolsConnectionProxyTab. profile
Methods in com.sshtools.common.ui that return SshToolsConnectionProfile Modifier and Type Method Description SshToolsConnectionProfile
SshToolsConnectionHostTab. getConnectionProfile()
SshToolsConnectionProfile
SshToolsConnectionProtocolTab. getConnectionProfile()
SshToolsConnectionProfile
SshToolsConnectionProxyTab. getConnectionProfile()
SshToolsConnectionProfile
SshToolsConnectionTab. getConnectionProfile()
SshToolsConnectionProfile
SshToolsApplicationClientPanel. getCurrentConnectionProfile()
SshToolsConnectionProfile
SshToolsApplicationSessionPanel. getCurrentConnectionProfile()
SshToolsConnectionProfile
SessionManager. getProfile()
Get the current profile attached to the session.SshToolsConnectionProfile
SessionProviderFrame. getProfile()
Gets the profile currently attached to the frame.SshToolsConnectionProfile
SessionProviderInternalFrame. 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)
Methods in com.sshtools.common.ui with parameters of type SshToolsConnectionProfile Modifier and Type Method Description 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
SessionProviderInternalFrame. applyProfileChanges(SshToolsConnectionProfile profile)
Implementation of the SessionManager method, this does nothing.void
SshToolsApplicationClientPanel. connect(SshToolsConnectionProfile profile, boolean newProfile)
void
SshToolsApplicationClientPanel. connect(SshClient ssh, SshToolsConnectionProfile profile)
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
SshToolsConnectionPanel. setConnectionProfile(SshToolsConnectionProfile profile)
void
SshToolsConnectionProtocolTab. setConnectionProfile(SshToolsConnectionProfile profile)
void
SshToolsConnectionProxyTab. 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)
Constructors in com.sshtools.common.ui with parameters of type SshToolsConnectionProfile Constructor 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.
-