Repository actions provider (extension point)
From BioUML platform
- 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.
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.
Configuration Markup
<!ELEMENT repositoryActionsProvider> <!ATTLIST repositoryActionsProvider class CDATA #REQUIRED >
- class
- the fully-qualified name of a class which implements
ActionsProvider
.
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>