Eclipse PDE
Release 3.1

Uses of Interface
org.eclipse.pde.core.plugin.IPluginReference

Packages that use IPluginReference
org.eclipse.pde.core.plugin   
org.eclipse.pde.ui   
org.eclipse.pde.ui.templates   
 

Uses of IPluginReference in org.eclipse.pde.core.plugin
 

Subinterfaces of IPluginReference in org.eclipse.pde.core.plugin
 interface IPluginImport
          Objects that implement this interface represent references to required plug-ins.
 

Uses of IPluginReference in org.eclipse.pde.ui
 

Methods in org.eclipse.pde.ui that return IPluginReference
 IPluginReference[] IPluginContentWizard.getDependencies(String schemaVersion)
          Returns new dependencies that are required by this wizard.
 

Uses of IPluginReference in org.eclipse.pde.ui.templates
 

Methods in org.eclipse.pde.ui.templates that return IPluginReference
 IPluginReference[] AbstractNewPluginTemplateWizard.getDependencies(String schemaVersion)
           
 IPluginReference[] ITemplateSection.getDependencies(String schemaVersion)
          Provides the list of template dependencies.
 IPluginReference[] AbstractTemplateSection.getDependencies(String schemaVersion)
           
 


Eclipse PDE
Release 3.1

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