Eclipse eRCP
Release 1.1

Uses of Interface
org.eclipse.ui.IViewPart

Packages that use IViewPart
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.  
org.eclipse.ui.views   
 

Uses of IViewPart in org.eclipse.ui
 

Methods in org.eclipse.ui that return IViewPart
 IViewPart IWorkbenchPage.findView(String viewId)
          Returns the view in this page with the specified id.
 IViewPart[] IWorkbenchPage.getViews()
          Deprecated. use #getViewReferences() instead.
 IViewPart IWorkbenchPage.showView(String viewId)
          Shows the view identified by the given view id in this page and gives it focus.
 IViewPart IWorkbenchPage.showView(String viewId, String secondaryId, int mode)
          Shows a view in this page with the given id and secondary id.
 IViewPart[] IWorkbenchPage.getViewStack(IViewPart part)
          Returns an array of IViewParts that are stacked with the given part.
 IViewPart IViewReference.getView(boolean restore)
          Returns the IViewPart referenced by this object.
 

Methods in org.eclipse.ui with parameters of type IViewPart
 void IWorkbenchPage.hideView(IViewPart view)
          Hides the given view.
 IViewPart[] IWorkbenchPage.getViewStack(IViewPart part)
          Returns an array of IViewParts that are stacked with the given part.
 

Uses of IViewPart in org.eclipse.ui.part
 

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

Uses of IViewPart in org.eclipse.ui.views
 

Methods in org.eclipse.ui.views that return IViewPart
 IViewPart IViewDescriptor.createView()
          Creates an instance of the view defined in the descriptor.
 


Eclipse eRCP
Release 1.1