See: Description
| Interface | Description |
|---|---|
| EMFPlugin.InternalEclipsePlugin |
This just provides a common interface for the Eclipse plugins supported by EMF.
|
| Class | Description |
|---|---|
| CommonPlugin |
The Plugin for the model EMF.Common library.
|
| CommonPlugin.Implementation |
The actual implementation of the Eclipse Plugin.
|
| EMFPlugin |
EMF must run
within an Eclipse workbench,
within a headless Eclipse workspace,
or just stand-alone as part of some other application.
|
| EMFPlugin.EclipsePlugin |
The actual implementation of an Eclipse Plugin.
|
| EMFPlugin.InternalHelper |
This just provides a common delegate for non-UI and UI plug-in classes.
|