|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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. |
IViewPart |
IWorkbenchPage.showView(java.lang.String viewId)
Shows the view identified by the given view id in this page and gives it focus. |
IViewPart |
IWorkbenchPage.showView(java.lang.String viewId,
java.lang.String secondaryId,
int mode)
Shows a view in this page with the given id and secondary id. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |