org.argouml.application.api
Interface PluggableSettingsTab

All Superinterfaces:
ArgoModule, Pluggable
All Known Implementing Classes:
SettingsTabHelper

public interface PluggableSettingsTab
extends Pluggable

An module interface which identifies an ArgoUML plug-in used as a tab in the settings dialog.

Since:
0.9.4

Field Summary
 
Fields inherited from interface org.argouml.application.api.Pluggable
PLUGIN_PREFIX, PLUGIN_TITLE, PLUGIN_VENDOR
 
Fields inherited from interface org.argouml.application.api.ArgoModule
cat, MODULEFILENAME, MODULEFILENAME_ALTERNATE
 
Method Summary
 SettingsTabPanel getSettingsTabPanel()
          Returns the settings tab panel for the plugin.
 
Methods inherited from interface org.argouml.application.api.Pluggable
inContext
 
Methods inherited from interface org.argouml.application.api.ArgoModule
getModuleAuthor, getModuleDescription, getModuleKey, getModuleName, getModulePopUpActions, getModuleVersion, initializeModule, isModuleEnabled, setModuleEnabled, shutdownModule
 

Method Detail

getSettingsTabPanel

public SettingsTabPanel getSettingsTabPanel()
Returns the settings tab panel for the plugin. This is found under the edit button.

Returns:
the setting tab panel.


ArgoUML © 1996-2004 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook