org.argouml.application.api
Interface PluggableDiagram

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

Deprecated. by Linus Tolke (0.21.1 March 2006). Call registration in the appropriate subsystem from ModuleInterface.enable(). The needed registration is not currently available. Add it first!

public interface PluggableDiagram
extends Pluggable

An module interface which identifies an ArgoUML plug-in used as a diagram type.

Since:
0.9.5

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
MODULEFILENAME, MODULEFILENAME_ALTERNATE
 
Method Summary
 JMenuItem getDiagramMenuItem()
          Deprecated. 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

getDiagramMenuItem

public JMenuItem getDiagramMenuItem()
Deprecated. 
Returns the settings tab panel for the plugin.

Returns:
the menu item.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook