org.eclipse.core.runtime.dynamichelpers |
|
Java Source File Name | Type | Comment |
ExtensionTracker.java | Class | Implementation of the IExtensionTracker. |
IExtensionChangeHandler.java | Interface | Extension change handlers are notified of changes for a given extension
point in the context of an extension tracker. |
IExtensionTracker.java | Interface | An extension tracker keeps associations between extensions and their derived objects on an extension basis. |
IFilter.java | Interface | A filter compares the given object to some pattern and returns true
if the two match and false otherwise.. |