|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConfigurationElement | |
---|---|
org.eclipse.birt.core.framework | Defines the platform interfaces that allow BIRT to be run in Eclipse and server environments. |
Uses of IConfigurationElement in org.eclipse.birt.core.framework |
---|
Methods in org.eclipse.birt.core.framework that return IConfigurationElement | |
---|---|
IConfigurationElement[] |
IConfigurationElement.getChildren()
Returns all configuration elements that are children of this configuration element. |
IConfigurationElement[] |
IConfigurationElement.getChildren(java.lang.String name)
Returns all child configuration elements with the given name. |
IConfigurationElement[] |
IExtension.getConfigurationElements()
Returns all configuration elements declared by this extension. |
IConfigurationElement[] |
IExtensionPoint.getConfigurationElements()
Returns all configuration elements from all extensions configured into this extension point. |
IConfigurationElement[] |
IExtensionRegistry.getConfigurationElementsFor(java.lang.String extensionPointId)
Returns all configuration elements from all extensions configured into the identified extension point. |
IConfigurationElement[] |
IExtensionRegistry.getConfigurationElementsFor(java.lang.String namespace,
java.lang.String extensionPointName)
Returns all configuration elements from all extensions configured into the identified extension point. |
IConfigurationElement[] |
IExtensionRegistry.getConfigurationElementsFor(java.lang.String namespace,
java.lang.String extensionPointName,
java.lang.String extensionId)
Returns all configuration elements from the identified extension. |
Methods in org.eclipse.birt.core.framework with parameters of type IConfigurationElement | |
---|---|
void |
IExecutableExtension.setInitializationData(IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
This method is called by the implementation of the method IConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration
information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |