|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface which must be implemented as the UI for tabs used on the settings panel.
Tabs will only need to load data during handleSettingsTabRefresh()
and should only save data during handleSettingsTabSave()
.
Changes can be made during editing of the tabs, but the tab must
be able to undo any change if requested
through handleSettingsTabCancel()
.
Method Summary | |
String |
getTabKey()
Gets the unlocalized settings tab name. |
JPanel |
getTabPanel()
Gets the JPanel which implements the tab. |
void |
handleSettingsTabCancel()
Cancel any changes. |
void |
handleSettingsTabRefresh()
Load or reload field settings. |
void |
handleSettingsTabSave()
Save any fields changed. |
Method Detail |
public void handleSettingsTabSave()
public void handleSettingsTabCancel()
public void handleSettingsTabRefresh()
public String getTabKey()
public JPanel getTabPanel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |