Create a new Entry Editor extension point
-----------------------------------------
Key: DIRSTUDIO-516
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-516
Project: Directory Studio
Issue Type: Sub-task
Components: studio-ldapbrowser
Affects Versions: 1.4.0
Reporter: Pierre-Arnaud Marcelot
Fix For: 1.5.0
This extension point could use the following properties:
- the class name of the editor
- a name
- if it is single-window or multi-window
- a priority
- an image
- a description
The class of the editor should implement our Editor's interface which defines
only one method:
- boolean canHandle(IEntry entry) /** This method indicates if the editor can
handle the given entry. */
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.