|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.weaver.core.data.WeaverExtensionPointDescriptor
Descriptor of an extension point. Contains this extension point ID (an unique Integer pre defined) and a list of the extensions which use this extension point. They will be used in the weaver application plug-ins (IExtension).
Constructor Summary | |
WeaverExtensionPointDescriptor(int extensionLocalIdentifier,
java.lang.String extensionPointID)
Creates a descriptor of an extension point |
Method Summary | |
void |
addSelectedExtension(IExtension extension)
adds a new extension object into the selected extensions list |
int |
getExtensionLocalIdentifier()
Gets local identifier |
java.lang.String |
getExtensionPointID()
Gets identifier for extension point |
java.util.List |
getSelectedExtensions()
gets selected extensions |
void |
removeSelectedExtension(IExtension extension)
removes the extension from the selected extensions list |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WeaverExtensionPointDescriptor(int extensionLocalIdentifier, java.lang.String extensionPointID)
extensionLocalIdentifier
- extensionPointID
- Method Detail |
public void addSelectedExtension(IExtension extension)
extension
- the extension selectedpublic void removeSelectedExtension(IExtension extension)
public int getExtensionLocalIdentifier()
public java.lang.String getExtensionPointID()
public java.util.List getSelectedExtensions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |