Package | Description |
---|---|
org.eclipse.core.runtime.model |
Provides core support for the modeling plug-ins and the plug-in registry.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginDescriptorModel
Deprecated.
In Eclipse 3.0 the runtime was refactored and all
non-essential elements removed. This class provides facilities primarily intended
for tooling. As such it has been removed and no directly substitutable API provided.
This API will be deleted in a future release. See bug 370248 for details.
|
class |
PluginFragmentModel
Deprecated.
In Eclipse 3.0 the runtime was refactored and all
non-essential elements removed. This class provides facilities primarily intended
for tooling. As such it has been removed and no directly substitutable API provided.
This API will be deleted in a future release. See bug 370248 for details.
|
Modifier and Type | Method and Description |
---|---|
PluginModel |
ExtensionPointModel.getParent()
Deprecated.
Returns the plug-in model (descriptor or fragment) in which this
extension is declared.
|
PluginModel |
ExtensionModel.getParent()
Deprecated.
Returns the plug-in model (descriptor or fragment) in which this
extension is declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionPointModel.setParent(PluginModel value)
Deprecated.
Sets the plug-in model in which this extension is declared.
|
void |
ExtensionModel.setParent(PluginModel value)
Deprecated.
Sets the plug-in model in which this extension is declared.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.