|
|||||||||||
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 | |
java.lang.String |
getTabKey()
Returns the unlocalized settings tab name. |
javax.swing.JPanel |
getTabPanel()
Returns the JPanel which implements the tab. |
java.lang.String |
getTabResourceBundleKey()
Returns the name of the resource bundle to use. |
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 java.lang.String getTabKey()
public java.lang.String getTabResourceBundleKey()
public javax.swing.JPanel getTabPanel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2003 (20030919) | ArgoUML Project Home | ArgoUML Cookbook |