org.argouml.application.api
Interface SettingsTabPanel

All Superinterfaces:
GUISettingsTabInterface
All Known Implementing Classes:
SettingsTabHelper

Deprecated. as of 0.21.3 by Linus Tolke. Replace by GUISettingsTabInterface.

public interface SettingsTabPanel
extends GUISettingsTabInterface

An interface which must be implemented as the UI for tabs used on the settings panel.

Tabs will only need to load data during GUISettingsTabInterface.handleSettingsTabRefresh() and should only save data during GUISettingsTabInterface.handleSettingsTabSave(). Changes can be made during editing of the tabs, but the tab must be able to undo any change if requested through GUISettingsTabInterface.handleSettingsTabCancel().

Since:
0.9.4

Methods inherited from interface org.argouml.ui.GUISettingsTabInterface
getTabKey, getTabPanel, handleResetToDefault, handleSettingsTabCancel, handleSettingsTabRefresh, handleSettingsTabSave
 



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook