Uses of Interface
org.eclipse.birt.core.framework.IExtensionPoint

Packages that use IExtensionPoint
org.eclipse.birt.core.framework Defines the platform interfaces that allow BIRT to be run in Eclipse and server environments. 
 

Uses of IExtensionPoint in org.eclipse.birt.core.framework
 

Methods in org.eclipse.birt.core.framework that return IExtensionPoint
 IExtensionPoint IExtensionRegistry.getExtensionPoint(java.lang.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 IExtensionRegistry.getExtensionPoint(java.lang.String namespace, java.lang.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[] IExtensionRegistry.getExtensionPoints()
          Returns all extension points known to this extension registry.
 IExtensionPoint[] IExtensionRegistry.getExtensionPoints(java.lang.String namespace)
          Returns all extension points declared in the given namespace.
 



Copyright © 2008 Actuate Corp. All rights reserved.