Eclipse Platform
Release 3.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()
          Deprecated. Returns a new configuration element model which is not initialized.
 ConfigurationElementModel[] ExtensionModel.getSubElements()
          Deprecated. Returns the configuration element children of this extension.
 ConfigurationElementModel[] ConfigurationElementModel.getSubElements()
          Deprecated. Returns this element's sub-elements.
 

Methods in org.eclipse.core.runtime.model with parameters of type ConfigurationElementModel
 void ExtensionModel.setSubElements(ConfigurationElementModel[] value)
          Deprecated. Sets the configuration element children of this extension.
 void ConfigurationElementModel.setSubElements(ConfigurationElementModel[] value)
          Deprecated. Sets configuration elements contained by this element This object must not be read-only.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.