Eclipse PDE
Release 3.8

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

Packages that use IPluginReference
org.eclipse.pde.core.plugin Application programming interfaces for working with PDE's model of plug-ins. 
org.eclipse.pde.ui Application programming interfaces describing UI elements that can be contributed to PDE. 
org.eclipse.pde.ui.templates Application programming interfaces for contributing to and extending PDE project 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
 

Classes in org.eclipse.pde.ui.templates that implement IPluginReference
 class PluginReference
          Implementation of the IPluginReference This class may be instantiated.
 

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


Eclipse PDE
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.