Uses of Interface
org.osgi.framework.BundleActivator

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.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.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.