Hi,
a extension *point* have to be unique but you can have multiple classes that are implementing the extension point. Like there can be only one interface with a identically package classname but many classes implementing this interface.
This document may helps to understand the concepts and termini:
http://media-style.com/gfx/assets/theTitanProject.pdf

HTH
Stefan

Am 16.02.2006 um 05:49 schrieb Elwin:

fExtensionPoints is a HashMap and duplicate keys are not allowed in HashMap How about two plugins that extend the same Extension Point for the code "
fExtensionPoints.put(xpId, point)"?  Is there any problem?

Reply via email to