com.sshtools.common.ui
Interface SshToolsConnectionTab

All Superinterfaces:
Tab
All Known Implementing Classes:
SshToolsConnectionCommandTab, SshToolsConnectionHostTab, SshToolsConnectionProtocolTab, SshToolsConnectionProxyTab

public interface SshToolsConnectionTab
extends Tab

DOCUMENT ME!


Method Summary
 SshToolsConnectionProfile getConnectionProfile()
          DOCUMENT ME!
 void setConnectionProfile(SshToolsConnectionProfile profile)
          DOCUMENT ME!
 
Methods inherited from interface com.sshtools.common.ui.Tab
applyTab, getTabComponent, getTabContext, getTabIcon, getTabMnemonic, getTabTitle, getTabToolTipText, tabSelected, validateTab
 

Method Detail

setConnectionProfile

public void setConnectionProfile(SshToolsConnectionProfile profile)
DOCUMENT ME!

Parameters:
profile - DOCUMENT ME!

getConnectionProfile

public SshToolsConnectionProfile getConnectionProfile()
DOCUMENT ME!

Returns:
DOCUMENT ME!