Eclipse Platform
2.0

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

Packages that use Plugin
org.eclipse.ant.core Provides support for running the Ant build tool in the platform. 
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.ui.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. 
 

Uses of Plugin in org.eclipse.ant.core
 

Subclasses of Plugin in org.eclipse.ant.core
 class AntCorePlugin
          The plug-in runtime class for the Ant Core plug-in.
 

Uses of Plugin in org.eclipse.core.resources
 

Subclasses of Plugin in org.eclipse.core.resources
 class ResourcesPlugin
          The plug-in runtime class for the Resources plug-in.
 

Uses of Plugin in org.eclipse.debug.core
 

Subclasses of Plugin in org.eclipse.debug.core
 class DebugPlugin
          There is one instance of the debug plug-in available from DebugPlugin.getDefault().
 

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.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.