org.argouml.application.api
Interface PluggableAboutTab

All Superinterfaces:
ArgoModule, Pluggable

public interface PluggableAboutTab
extends Pluggable

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

Since:
0.13.2

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
 AboutTabPanel getAboutTabPanel()
          Returns the about 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

getAboutTabPanel

public AboutTabPanel getAboutTabPanel()
Returns the about tab panel for the plugin.

Returns:
the provided tab panel.


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