| org.eclipse.ui.part.IContributedContentsView
IContributedContentsView | public interface IContributedContentsView (Code) | | This interface is used to identify workbench views which
allow other parts (typically the active part) to supply
their contents.
The interface allows access to the part which contributed the current
contents.
|
getContributingPart | public IWorkbenchPart getContributingPart()(Code) | | Returns the workbench part which contributed the
current contents of this view.
the part which contributed the current contents |
|
|