Eclipse Platform
2.1

Uses of Class
org.eclipse.core.runtime.model.ConfigurationElementModel

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

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