You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2009/08/11 14:06:14 UTC

[jira] Commented: (DIRSTUDIO-516) Create a new Entry Editor extension point

    [ https://issues.apache.org/jira/browse/DIRSTUDIO-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741831#action_12741831 ] 

Stefan Seelmann commented on DIRSTUDIO-516:
-------------------------------------------

Added the extension point: http://svn.apache.org/viewvc?rev=803074&view=rev

BrowserUIPlugin.getEntryEditorExtensions() could be used to get all existing implementations.


> 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.