Initializer |
Base class |
Used for |
org.eclipse.core.component.ExtensionInitializer
|
none |
Dependencies used by any component created
from an extension point. |
org.eclipse.ui.part.PartInitializer
|
org.eclipse.core.component.ExtensionInitializer |
Interfaces that can be implemented by a
part. |
org.eclipse.ui.part.SiteInitializer |
org.eclipse.core.component.ExtensionInitializer |
Components available from a site (such
as things a part can take in its constructor). |
org.eclipse.ui.part.SiteMultiplexerInitializer
|
org.eclipse.ui.part.SiteInitializer |
Dependencies that only apply to site inside
a multiplexer (used to override the default component implementation provided
by a site). |