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 Platform
Release 3.5

Uses of Interface
org.eclipse.core.runtime.IExtensionPoint

Packages that use IExtensionPoint
org.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry. 
org.eclipse.core.runtime.dynamichelpers Provides helpers to facilitate the authoring of dynamic plug-ins. 
 

Uses of IExtensionPoint in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return IExtensionPoint
  IExtensionPoint IExtensionDelta. getExtensionPoint ()
          Returns the affected extension point.
  IExtensionPoint IPluginDescriptor. getExtensionPoint ( String extensionPointId)
          Deprecated. Use
     Platform.getExtensionRegistry().getExtensionPoint(id, extensionPointId) 
 
where id is the plug-in id.
  IExtensionPoint IPluginRegistry. getExtensionPoint ( String extensionPointId)
          Deprecated. Replaced by IExtensionRegistry.getExtensionPoint(String).
  IExtensionPoint IExtensionRegistry. getExtensionPoint ( String extensionPointId)
          Returns the extension point with the given extension point identifier in this extension registry, or null if there is no such extension point.
  IExtensionPoint IPluginRegistry. getExtensionPoint ( String pluginId, String extensionPointName)
          Deprecated. Replaced by IExtensionRegistry.getExtensionPoint(String, String).
  IExtensionPoint IExtensionRegistry. getExtensionPoint ( String namespace, String extensionPointName)
          Returns the extension point in this extension registry with the given namespace and extension point simple identifier, or null if there is no such extension point.
  IExtensionPoint[] IPluginDescriptor. getExtensionPoints ()
          Deprecated. Use
     Platform.getExtensionRegistry().getExtensionPoints(id) 
 
where id is the plug-in id.
  IExtensionPoint[] IPluginRegistry. getExtensionPoints ()
          Deprecated. Replaced by IExtensionRegistry.getExtensionPoints().
  IExtensionPoint[] IExtensionRegistry. getExtensionPoints ()
          Returns all extension points known to this extension registry.
  IExtensionPoint[] IExtensionRegistry. getExtensionPoints ( IContributor contributor)
          Returns all extension points supplied by the contributor, or null if there are no such extension points.
  IExtensionPoint[] IExtensionRegistry. getExtensionPoints ( String namespace)
          Returns all extension points declared in the given namespace.
 

Methods in org.eclipse.core.runtime with parameters of type IExtensionPoint
 void IRegistryEventListener. added ( IExtensionPoint[] extensionPoints)
          Notifies this listener that extension points were added to the registry.
 void IRegistryEventListener. removed ( IExtensionPoint[] extensionPoints)
          Notifies this listener that extension points were removed from the registry.
 boolean IExtensionRegistry. removeExtensionPoint ( IExtensionPoint extensionPoint, Object token)
          Removes the specified extension point from this registry.
 

Uses of IExtensionPoint in org.eclipse.core.runtime.dynamichelpers
 

Methods in org.eclipse.core.runtime.dynamichelpers with parameters of type IExtensionPoint
static  IFilter ExtensionTracker. createExtensionPointFilter ( IExtensionPoint xpt)
          Return an instance of filter matching all changes for the given extension point.
static  IFilter ExtensionTracker. createExtensionPointFilter ( IExtensionPoint[] xpts)
          Return an instance of filter matching all changes for the given extension points.
 boolean IFilter. matches ( IExtensionPoint target)
          Return true if the given object matches the criteria for this filter.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


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