Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse PDE
Release 3.5

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

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

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

Methods in org.eclipse.pde.core.plugin that return IPluginExtension
  IPluginExtension IExtensionsModelFactory. createExtension ()
          Creates a new extension instance.
  IPluginExtension[] IExtensions. getExtensions ()
          Returns extensions defined in this object.
 

Methods in org.eclipse.pde.core.plugin with parameters of type IPluginExtension
 void IExtensions. add ( IPluginExtension extension)
          Adds a new extension to this object.
 int IExtensions. getIndexOf ( IPluginExtension e)
          Returns the position of the extension in the receiver.
 void IExtensions. remove ( IPluginExtension extension)
          Removes an extension from this object.
 void IExtensions. swap ( IPluginExtension e1, IPluginExtension e2)
          Swaps the positions of the provided extensions in the list of extensions.
 

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

Methods in org.eclipse.pde.ui.templates that return IPluginExtension
protected   IPluginExtension AbstractTemplateSection. createExtension ( String pointId, boolean reuse)
          A utility method to create an extension object for the plug-in model from the provided extension point id.
 


Eclipse PDE
Release 3.5

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire