|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationElementModel | |
org.eclipse.core.runtime.model | Provides core support for the modeling plug-ins and the plug-in registry. |
Uses of ConfigurationElementModel in org.eclipse.core.runtime.model |
Methods in org.eclipse.core.runtime.model that return ConfigurationElementModel | |
ConfigurationElementModel |
Factory.createConfigurationElement()
Returns a new configuration element model which is not initialized. |
ConfigurationElementModel[] |
ExtensionModel.getSubElements()
Returns the configuration element children of this extension. |
ConfigurationElementModel[] |
ConfigurationElementModel.getSubElements()
Returns this element's sub-elements. |
Methods in org.eclipse.core.runtime.model with parameters of type ConfigurationElementModel | |
void |
ExtensionModel.setSubElements(ConfigurationElementModel[] value)
Sets the configuration element children of this extension. |
void |
ConfigurationElementModel.setSubElements(ConfigurationElementModel[] value)
Sets configuration elements contained by this element This object must not be read-only. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |