Package com.sshtools.common.ui
Interface SshToolsConnectionTab
-
- All Superinterfaces:
Tab
- All Known Implementing Classes:
SshToolsConnectionHostTab
,SshToolsConnectionProtocolTab
,SshToolsConnectionProxyTab
public interface SshToolsConnectionTab extends Tab
- Version:
- $Revision: 1.13 $
- Author:
- $author$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SshToolsConnectionProfile
getConnectionProfile()
void
setConnectionProfile(SshToolsConnectionProfile profile)
-
Methods inherited from interface com.sshtools.common.ui.Tab
applyTab, getTabComponent, getTabContext, getTabIcon, getTabMnemonic, getTabTitle, getTabToolTipText, tabSelected, validateTab
-
-
-
-
Method Detail
-
setConnectionProfile
void setConnectionProfile(SshToolsConnectionProfile profile)
- Parameters:
profile
-
-
getConnectionProfile
SshToolsConnectionProfile getConnectionProfile()
- Returns:
-
-