Eclipse Platform
Release 3.1

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

Packages that use ConfigurationPropertyModel
org.eclipse.core.runtime.model Provides core support for the modeling plug-ins and the plug-in registry.  
 

Uses of ConfigurationPropertyModel in org.eclipse.core.runtime.model
 

Methods in org.eclipse.core.runtime.model that return ConfigurationPropertyModel
 ConfigurationPropertyModel Factory.createConfigurationProperty()
          Deprecated. Returns a new configuration property model which is not initialized.
 ConfigurationPropertyModel[] ConfigurationElementModel.getProperties()
          Deprecated. Returns the properties associated with this element.
 

Methods in org.eclipse.core.runtime.model with parameters of type ConfigurationPropertyModel
 void ConfigurationElementModel.setProperties(ConfigurationPropertyModel[] value)
          Deprecated. Sets the properties associated with this element.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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