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

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

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.


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

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSTUDIO-516.
--------------------------------------------

    Resolution: Fixed

Fixed.

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


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

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ 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 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.

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


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