Uses of Interface
org.eclipse.ui.IWorkbenchPart

Packages that use IWorkbenchPart
org.eclipse.ercp.eworkbench   
org.eclipse.ercp.update.views   
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of IWorkbenchPart in org.eclipse.ercp.eworkbench
 

Classes in org.eclipse.ercp.eworkbench that implement IWorkbenchPart
 class DefaultView
           
 

Uses of IWorkbenchPart in org.eclipse.ercp.update.views
 

Classes in org.eclipse.ercp.update.views that implement IWorkbenchPart
 class NormalView
           
 

Uses of IWorkbenchPart in org.eclipse.ui
 

Subinterfaces of IWorkbenchPart in org.eclipse.ui
 interface IViewPart
          A view is a visual component within a workbench page.
 interface IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
 

Methods in org.eclipse.ui that return IWorkbenchPart
 IWorkbenchPart IPartService.getActivePart()
          Returns the active part.
 IWorkbenchPart IWorkbenchPartSite.getPart()
          Returns the part associated with this site
 IWorkbenchPart IWorkbenchPartReference.getPart(boolean restore)
          Returns the IWorkbenchPart referenced by this object.
 

Methods in org.eclipse.ui with parameters of type IWorkbenchPart
 void IWorkbenchPage.activate(IWorkbenchPart part)
          Activates the given part.
 void IWorkbenchPage.bringToTop(IWorkbenchPart part)
          Moves the given part forward in the Z order of this page so as to make it visible, without changing which part has focus.
 boolean IWorkbenchPage.isPartVisible(IWorkbenchPart part)
          Returns whether the specified part is visible.
 void IPartListener.partActivated(IWorkbenchPart part)
          Notifies this listener that the given part has been activated.
 void IPartListener.partBroughtToTop(IWorkbenchPart part)
          Notifies this listener that the given part has been brought to the top.
 void IPartListener.partClosed(IWorkbenchPart part)
          Notifies this listener that the given part has been closed.
 void IPartListener.partDeactivated(IWorkbenchPart part)
          Notifies this listener that the given part has been deactivated.
 void IPartListener.partOpened(IWorkbenchPart part)
          Notifies this listener that the given part has been opened.
 void ISelectionListener.selectionChanged(IWorkbenchPart part, ISelection selection)
          Notifies this listener that the selection has changed.
 

Uses of IWorkbenchPart in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IWorkbenchPart
 class ViewPart
          Abstract base implementation of all workbench views.
 class WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Methods in org.eclipse.ui.part that return IWorkbenchPart
 IWorkbenchPart IContributedContentsView.getContributingPart()
          Returns the workbench part which contributed the current contents of this view.