Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.pde.internal.core.ibundle
Interface IBundlePluginModelProvider  view IBundlePluginModelProvider download IBundlePluginModelProvider.java


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.