Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
Description
This extension point could use the following properties:
- the id of the entry editor
- the class name of the editor
- the id 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. */
The extension point will be accessible from a preferences page of the LDAP Browser plugin, letting the user see all his Entry Editors and choose its default one.