|
Eclipse Platform 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 an extension has been added to an extension point. |
static int |
REMOVED
Delta kind constant indicating that an extension has been removed from an extension point. |
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 ValuesMethod Detail |
public int getKind()
ADDED
,
REMOVED
public IExtension getExtension()
public IExtensionPoint getExtensionPoint()
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.