Uses of Class
org.eclipse.core.runtime.Plugin

Packages that use Plugin
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 Plugin in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return Plugin
 Plugin IPluginDescriptor.getPlugin()
          Deprecated. In Eclipse 3.0 plug-in runtime objects are not globally managed and so are not generically accessible. Rather, each plug-in is free to declare API which exposes the plug-in runtime object (e.g., MyPlugin.getInstance()). If this method is being used to activate a plug-in then the following code is equivalent:
     bundle.start()
 
where bundle is the bundle associated with the relevant plug-in.
static Plugin Platform.getPlugin(java.lang.String id)
          Deprecated. This method only works if the compatibility layer is installed and must not be used otherwise. See the comments on IPluginDescriptor.getPlugin() for details.
 

Methods in org.eclipse.core.runtime with parameters of type Plugin
static IPath Platform.getPluginStateLocation(Plugin plugin)
          Deprecated. clients should call getStateLocation instead
 

Uses of Plugin in org.eclipse.ercp.eworkbench
 

Subclasses of Plugin in org.eclipse.ercp.eworkbench
 class eWorkbenchPlugin
          This internal class represents the main app.
 

Uses of Plugin in org.eclipse.ercp.update
 

Subclasses of Plugin in org.eclipse.ercp.update
 class AppPlugin
          The main plugin class to be used in the desktop.
 

Uses of Plugin in org.eclipse.ui.plugin
 

Subclasses of Plugin in org.eclipse.ui.plugin
 class AbstractUIPlugin
          Abstract base class for plug-ins that integrate with the Eclipse platform UI.