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 SshToolsConnectionProfileSshToolsApplicationClientPanel. currentConnectionProfileprotected SshToolsConnectionProfileSshToolsApplicationSessionPanel. currentConnectionProfileprotected SshToolsConnectionProfileSshToolsApplicationClientApplet. profileprotected SshToolsConnectionProfileSshToolsConnectionHostTab. profileprotected SshToolsConnectionProfileSshToolsConnectionProtocolTab. profileprotected SshToolsConnectionProfileSshToolsConnectionProxyTab. profileMethods in com.sshtools.common.ui that return SshToolsConnectionProfile Modifier and Type Method Description SshToolsConnectionProfileSshToolsConnectionHostTab. getConnectionProfile()SshToolsConnectionProfileSshToolsConnectionProtocolTab. getConnectionProfile()SshToolsConnectionProfileSshToolsConnectionProxyTab. getConnectionProfile()SshToolsConnectionProfileSshToolsConnectionTab. getConnectionProfile()SshToolsConnectionProfileSshToolsApplicationClientPanel. getCurrentConnectionProfile()SshToolsConnectionProfileSshToolsApplicationSessionPanel. getCurrentConnectionProfile()SshToolsConnectionProfileSessionManager. getProfile()Get the current profile attached to the session.SshToolsConnectionProfileSessionProviderFrame. getProfile()Gets the profile currently attached to the frame.SshToolsConnectionProfileSessionProviderInternalFrame. getProfile()Gets the profile currently attached to the frame.SshToolsConnectionProfileSshToolsApplicationClientPanel. newConnectionProfile(SshToolsConnectionProfile profile)static SshToolsConnectionProfileSshToolsConnectionPanel. showConnectionDialog(java.awt.Component parent, SshToolsConnectionProfile profile, SshToolsConnectionTab[] optionalTabs)static SshToolsConnectionProfileSshToolsConnectionPanel. showConnectionDialog(java.awt.Component parent, SshToolsConnectionTab[] optionalTabs)Methods in com.sshtools.common.ui with parameters of type SshToolsConnectionProfile Modifier and Type Method Description voidSessionManager. applyProfileChanges(SshToolsConnectionProfile profile)The session can call this method to apply any changes to the profile it may have made.voidSessionProviderFrame. applyProfileChanges(SshToolsConnectionProfile profile)Implementation of the SessionManager method, this does nothing.voidSessionProviderInternalFrame. applyProfileChanges(SshToolsConnectionProfile profile)Implementation of the SessionManager method, this does nothing.voidSshToolsApplicationClientPanel. connect(SshToolsConnectionProfile profile, boolean newProfile)voidSshToolsApplicationClientPanel. connect(SshClient ssh, SshToolsConnectionProfile profile)booleanSshToolsApplicationClientPanel. editConnection(SshToolsConnectionProfile profile)booleanSshToolsApplicationSessionPanel. editSettings(SshToolsConnectionProfile profile)SshToolsConnectionProfileSshToolsApplicationClientPanel. newConnectionProfile(SshToolsConnectionProfile profile)booleanSshToolsApplicationSessionPanel. openSession(SessionManager manager, SshToolsConnectionProfile profile)java.io.FileSshToolsApplicationClientPanel. saveConnection(boolean saveAs, java.io.File file, SshToolsConnectionProfile profile)voidSshToolsConnectionHostTab. setConnectionProfile(SshToolsConnectionProfile profile)voidSshToolsConnectionPanel. setConnectionProfile(SshToolsConnectionProfile profile)voidSshToolsConnectionProtocolTab. setConnectionProfile(SshToolsConnectionProfile profile)voidSshToolsConnectionProxyTab. setConnectionProfile(SshToolsConnectionProfile profile)voidSshToolsConnectionTab. setConnectionProfile(SshToolsConnectionProfile profile)voidSshToolsApplicationClientPanel. setCurrentConnectionProfile(SshToolsConnectionProfile profile)voidSshToolsApplicationSessionPanel. setCurrentConnectionProfile(SshToolsConnectionProfile profile)static SshToolsConnectionProfileSshToolsConnectionPanel. 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.
-