com.sshtools.common.ui

Class SshToolsConnectionProtocolTab

Implemented Interfaces:
SshToolsConnectionTab, Tab

public class SshToolsConnectionProtocolTab
extends JPanel
implements SshToolsConnectionTab

Version:
$Revision: 1.15 $
Author:
$author$

Field Summary

protected JComboBox
jComboCipherCS
protected JComboBox
jComboCipherSC
protected JComboBox
jComboCompCS
protected JComboBox
jComboCompSC
protected JComboBox
jComboKex
protected JComboBox
jComboMacCS
protected JComboBox
jComboMacSC
protected JComboBox
jComboPK
protected SshToolsConnectionProfile
profile

Constructor Summary

SshToolsConnectionProtocolTab()
Creates a new SshToolsConnectionProtocolTab object.

Method Summary

void
applyTab()
SshToolsConnectionProfile
getConnectionProfile()
Component
getTabComponent()
String
getTabContext()
Icon
getTabIcon()
int
getTabMnemonic()
String
getTabTitle()
String
getTabToolTipText()
void
setConnectionProfile(SshToolsConnectionProfile profile)
void
tabSelected()
boolean
validateTab()

Field Details

jComboCipherCS

protected JComboBox jComboCipherCS

jComboCipherSC

protected JComboBox jComboCipherSC

jComboCompCS

protected JComboBox jComboCompCS

jComboCompSC

protected JComboBox jComboCompSC

jComboKex

protected JComboBox jComboKex

jComboMacCS

protected JComboBox jComboMacCS

jComboMacSC

protected JComboBox jComboMacSC

jComboPK

protected JComboBox jComboPK

profile

protected SshToolsConnectionProfile profile

Constructor Details

SshToolsConnectionProtocolTab

public SshToolsConnectionProtocolTab()
Creates a new SshToolsConnectionProtocolTab object.

Method Details

applyTab

public void applyTab()
Specified by:
applyTab in interface Tab

getConnectionProfile

public SshToolsConnectionProfile getConnectionProfile()
Specified by:
getConnectionProfile in interface SshToolsConnectionTab
Returns:

getTabComponent

public Component getTabComponent()
Specified by:
getTabComponent in interface Tab
Returns:

getTabContext

public String getTabContext()
Specified by:
getTabContext in interface Tab
Returns:

getTabIcon

public Icon getTabIcon()
Specified by:
getTabIcon in interface Tab
Returns:

getTabMnemonic

public int getTabMnemonic()
Specified by:
getTabMnemonic in interface Tab
Returns:

getTabTitle

public String getTabTitle()
Specified by:
getTabTitle in interface Tab
Returns:

getTabToolTipText

public String getTabToolTipText()
Specified by:
getTabToolTipText in interface Tab
Returns:

setConnectionProfile

public void setConnectionProfile(SshToolsConnectionProfile profile)
Specified by:
setConnectionProfile in interface SshToolsConnectionTab
Parameters:
profile -

tabSelected

public void tabSelected()
Specified by:
tabSelected in interface Tab

validateTab

public boolean validateTab()
Specified by:
validateTab in interface Tab
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.