Eclipse eRCP
Release 1.1

Uses of Class
org.eclipse.ui.PartInitException

Packages that use PartInitException
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 PartInitException in org.eclipse.ui
 

Methods in org.eclipse.ui that throw PartInitException
 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.
 void IViewPart.init(IViewSite site)
          Initializes this view with the given view site.
 void IViewPart.init(IViewSite site, IMemento memento)
          Initializes this view with the given view site.
 

Uses of PartInitException in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that throw PartInitException
 void ViewPart.init(IViewSite site)
           
 void ViewPart.init(IViewSite site, IMemento memento)
           
 


Eclipse eRCP
Release 1.1