|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleActivator | |
---|---|
org.eclipse.core.runtime | Provides support for the runtime platform, core utility methods and the extension registry. |
org.eclipse.ercp.eworkbench | |
org.eclipse.ercp.update | |
org.eclipse.osgi.framework.internal.core | |
org.eclipse.ui.plugin | Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. |
Uses of BundleActivator in org.eclipse.core.runtime |
---|
Classes in org.eclipse.core.runtime that implement BundleActivator | |
---|---|
class |
Plugin
The abstract superclass of all plug-in runtime class implementations. |
Uses of BundleActivator in org.eclipse.ercp.eworkbench |
---|
Classes in org.eclipse.ercp.eworkbench that implement BundleActivator | |
---|---|
class |
eWorkbenchPlugin
This internal class represents the main app. |
Uses of BundleActivator in org.eclipse.ercp.update |
---|
Classes in org.eclipse.ercp.update that implement BundleActivator | |
---|---|
class |
AppPlugin
The main plugin class to be used in the desktop. |
Uses of BundleActivator in org.eclipse.osgi.framework.internal.core |
---|
Classes in org.eclipse.osgi.framework.internal.core that implement BundleActivator | |
---|---|
class |
SystemBundleActivator
This class activates the System Bundle. |
Fields in org.eclipse.osgi.framework.internal.core declared as BundleActivator | |
---|---|
protected BundleActivator |
BundleContextImpl.activator
The current instantiation of the activator. |
Methods in org.eclipse.osgi.framework.internal.core that return BundleActivator | |
---|---|
protected BundleActivator |
AbstractBundle.loadBundleActivator()
Load and instantiate bundle's BundleActivator class |
Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleActivator | |
---|---|
protected void |
BundleContextImpl.startActivator(BundleActivator bundleActivator)
Calls the start method of a BundleActivator. |
Uses of BundleActivator in org.eclipse.ui.plugin |
---|
Classes in org.eclipse.ui.plugin that implement BundleActivator | |
---|---|
class |
AbstractUIPlugin
Abstract base class for plug-ins that integrate with the Eclipse platform UI. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |