Uses of Class
com.sshtools.common.configuration.SshToolsConnectionProfile
Packages that use SshToolsConnectionProfile
-
Uses of SshToolsConnectionProfile in com.sshtools.common.ui
Fields in com.sshtools.common.ui declared as SshToolsConnectionProfileModifier and TypeFieldDescriptionprotected 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 SshToolsConnectionProfileModifier and TypeMethodDescriptionSshToolsConnectionHostTab.getConnectionProfile()
SshToolsConnectionProtocolTab.getConnectionProfile()
SshToolsConnectionProxyTab.getConnectionProfile()
SshToolsConnectionTab.getConnectionProfile()
SshToolsApplicationClientPanel.getCurrentConnectionProfile()
SshToolsApplicationSessionPanel.getCurrentConnectionProfile()
SessionManager.getProfile()
Get the current profile attached to the session.SessionProviderFrame.getProfile()
Gets the profile currently attached to the frame.SessionProviderInternalFrame.getProfile()
Gets the profile currently attached to the frame.SshToolsApplicationClientPanel.newConnectionProfile
(SshToolsConnectionProfile profile) static SshToolsConnectionProfile
SshToolsConnectionPanel.showConnectionDialog
(Component parent, SshToolsConnectionProfile profile, SshToolsConnectionTab[] optionalTabs) static SshToolsConnectionProfile
SshToolsConnectionPanel.showConnectionDialog
(Component parent, SshToolsConnectionTab[] optionalTabs) Methods in com.sshtools.common.ui with parameters of type SshToolsConnectionProfileModifier and TypeMethodDescriptionvoid
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) SshToolsApplicationClientPanel.newConnectionProfile
(SshToolsConnectionProfile profile) final boolean
SshToolsApplicationSessionPanel.openSession
(SessionManager manager, SshToolsConnectionProfile profile) SshToolsApplicationClientPanel.saveConnection
(boolean saveAs, 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
(Component parent, SshToolsConnectionProfile profile, SshToolsConnectionTab[] optionalTabs) Constructors in com.sshtools.common.ui with parameters of type SshToolsConnectionProfileModifierConstructorDescriptionSessionProviderFrame
(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.