[
https://issues.apache.org/jira/browse/DIRSTUDIO-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre-Arnaud Marcelot updated DIRSTUDIO-516:
---------------------------------------------
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.
was:
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. */
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.
> 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 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.