com.sshtools.common.ui

Class GlobalOptionsTab

Implemented Interfaces:
OptionsTab, Tab

public class GlobalOptionsTab
extends JPanel
implements OptionsTab

Version:
$Revision: 1.14 $
Author:
$author$

Field Summary

static String
GLOBAL_ICON

Constructor Summary

GlobalOptionsTab()
Creates a new GlobalOptionsTab object.

Method Summary

void
applyTab()
Component
getTabComponent()
String
getTabContext()
Icon
getTabIcon()
int
getTabMnemonic()
String
getTabTitle()
String
getTabToolTipText()
void
reset()
void
tabSelected()
boolean
validateTab()

Field Details

GLOBAL_ICON

public static final String GLOBAL_ICON

Constructor Details

GlobalOptionsTab

public GlobalOptionsTab()
Creates a new GlobalOptionsTab object.

Method Details

applyTab

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

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:

reset

public void reset()
Specified by:
reset in interface OptionsTab

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.