Package | Description |
---|---|
org.eclipse.core.runtime.model |
Provides core support for the modeling plug-ins and the plug-in registry.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.