|
Eclipse Platform Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An extension delta represents changes to the extension registry.
This interface is not intended to be implemented by clients.
| Field Summary | |
static int |
ADDED
Delta kind constant indicating that the extension has been added to the extension registry. |
static int |
REMOVED
Delta kind constant indicating that the extension has been removed from the extension registry. |
| Method Summary | |
IExtension |
getExtension()
Returns the affected extension. |
IExtensionPoint |
getExtensionPoint()
Returns the affected extension point. |
int |
getKind()
The kind of this extension delta. |
| Field Detail |
public static final int ADDED
getKind(),
Constant Field Valuespublic static final int REMOVED
getKind(),
Constant Field Values| Method Detail |
public int getKind()
ADDED,
REMOVEDpublic IExtension getExtension()
public IExtensionPoint getExtensionPoint()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||