|
|||||||||
| Home >> All >> org >> eclipse >> pde >> internal >> core >> [ ibundle overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.pde.internal.core.ibundle
Interface IBundlePluginModelProvider

- public interface IBundlePluginModelProvider
Models that implement this interface can provide a reference
of the bundle plug-in model that owns the model in question.
This interface allows objects of these models to reach up
to the parent adapter without making too many assumptions
about the nature of the parent. Models that don't have
bundle plug-in model parent are required to return null.
- Since:
- 3.0
| Method Summary | |
IBundlePluginModelBase |
getBundlePluginModel()
Returns the parent bundle plug-in model if the provider belongs to it. |
| Method Detail |
getBundlePluginModel
public IBundlePluginModelBase getBundlePluginModel()
- Returns the parent bundle plug-in model if the provider
belongs to it.
|
|||||||||
| Home >> All >> org >> eclipse >> pde >> internal >> core >> [ ibundle overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC