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 SshToolsConnectionProfileSshToolsApplicationClientPanel.currentConnectionProfileprotected SshToolsConnectionProfileSshToolsApplicationSessionPanel.currentConnectionProfileprotected SshToolsConnectionProfileSshToolsApplicationClientApplet.profileprotected SshToolsConnectionProfileSshToolsConnectionHostTab.profileprotected SshToolsConnectionProfileSshToolsConnectionProtocolTab.profileprotected SshToolsConnectionProfileSshToolsConnectionProxyTab.profileMethods 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 SshToolsConnectionProfileSshToolsConnectionPanel.showConnectionDialog(Component parent, SshToolsConnectionProfile profile, SshToolsConnectionTab[] optionalTabs) static SshToolsConnectionProfileSshToolsConnectionPanel.showConnectionDialog(Component parent, SshToolsConnectionTab[] optionalTabs) Methods in com.sshtools.common.ui with parameters of type SshToolsConnectionProfileModifier and TypeMethodDescriptionvoidSessionManager.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) SshToolsApplicationClientPanel.newConnectionProfile(SshToolsConnectionProfile profile) final booleanSshToolsApplicationSessionPanel.openSession(SessionManager manager, SshToolsConnectionProfile profile) SshToolsApplicationClientPanel.saveConnection(boolean saveAs, 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(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.