Package com.sshtools.common.ui
Interface Tab
- All Known Subinterfaces:
OptionsTab
,SshToolsConnectionTab
- All Known Implementing Classes:
GlobalOptionsTab
,HostsTab
,SshToolsConnectionHostTab
,SshToolsConnectionProtocolTab
,SshToolsConnectionProxyTab
public interface Tab
- Version:
- $Revision: 1.13 $
- Author:
- $author$
-
Method Summary
-
Method Details
-
getTabContext
String getTabContext()- Returns:
-
getTabIcon
Icon getTabIcon()- Returns:
-
getTabTitle
String getTabTitle()- Returns:
-
getTabToolTipText
String getTabToolTipText()- Returns:
-
getTabMnemonic
int getTabMnemonic()- Returns:
-
getTabComponent
Component getTabComponent()- Returns:
-
validateTab
boolean validateTab()- Returns:
-
applyTab
void applyTab() -
tabSelected
void tabSelected()
-