Difference between revisions of "Repository actions provider (extension point)"
From BioUML platform
Tagir Valeev (Talk | contribs) (From Help&Manual) |
Latest revision as of 16:18, 17 June 2013
- Identifier
- ru.biosoft.access.repositoryActionsProvider
- Plugin
- ru.biosoft.access
- Registry
PluginActions- Applicable for
- BioUML workbench
WARNING: this extension point is deprecated! Please use ru.biosoft.access.elementAction instead.
[edit] Description
This extension point allows to register context menu action for repository elements in BioUML workbench. Registered actions are displayed on repository pane toolbar and available by right-click in repository pane.
[edit] Configuration Markup
<!ELEMENT repositoryActionsProvider>
<!ATTLIST repositoryActionsProvider
class CDATA #REQUIRED
>
- class
- the fully-qualified name of a class which implements
ActionsProvider.
[edit] Example
The following is an example of a repository actions provider definition:
<extension id="repository actions" point="ru.biosoft.access.repositoryActionsProvider">
<repositoryActionsProvider class="biouml.workbench.RepositoryActionsProvider"/>
</extension>