Package | Description |
---|---|
org.eclipse.pde.core | |
org.eclipse.pde.core.build | |
org.eclipse.pde.core.plugin |
Modifier and Type | Method and Description |
---|---|
IModelChangeProvider |
ModelChangedEvent.getChangeProvider() |
IModelChangeProvider |
IModelChangedEvent.getChangeProvider()
Returns the provider that fired this event.
|
Constructor and Description |
---|
ModelChangedEvent(IModelChangeProvider provider,
int type,
Object[] objects,
String changedProperty)
The constructor of the event.
|
ModelChangedEvent(IModelChangeProvider provider,
Object object,
String changedProperty,
Object oldValue,
Object newValue)
A costructor that should be used for changes of object properties.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBuildModel
This model is created from the "build.properties" file
that defines what source folders in the plug-in are
to be used to build require plug-in Jars.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IExtensionsModel
This type of model is created by parsing the manifest file.
|
interface |
IFragmentModel
This type of model is created by parsing the manifest file.
|
interface |
IPluginModel
This type of model is created by parsing the manifest file.
|
interface |
IPluginModelBase
This type of model is created by parsing the manifest file.
|
interface |
ISharedExtensionsModel
This type of model is created by parsing the plug-in
manifest file but only takes the extensions and extension
points into account.
|
interface |
ISharedPluginModel
This type of model is created by parsing the manifest file.
|
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.