|
 |
|
|
Uses of Class org.eclipse.ui.PartInitException
Methods in
org.eclipse.ui that throw
PartInitException
|
IEditorInput
|
IEditorReference.
getEditorInput
()
Returns the editor input for the editor referenced by this object. |
void
|
IEditorPart.
init
(
IEditorSite site,
IEditorInput input)
Initializes this editor with the given editor site and input. |
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. |
IEditorPart
|
IWorkbenchPage.
openEditor
(
IEditorInput input,
String editorId)
Opens an editor on the given input. |
IEditorPart
|
IWorkbenchPage.
openEditor
(
IEditorInput input,
String editorId,
boolean activate)
Opens an editor on the given input. |
IEditorPart
|
IWorkbenchPage.
openEditor
(
IEditorInput input,
String editorId,
boolean activate,
int matchFlags)
Opens an editor on the given input. |
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. |
Methods in
org.eclipse.ui.ide that throw
PartInitException
|
static
IEditorDescriptor
|
IDE.
getEditorDescriptor
(
IFile file)
Returns an editor descriptor appropriate for opening the given file
resource. |
static
IEditorDescriptor
|
IDE.
getEditorDescriptor
(
IFile file,
boolean determineContentType)
Returns an editor descriptor appropriate for opening the given file
resource. |
static
IEditorDescriptor
|
IDE.
getEditorDescriptor
(
String name)
Returns an editor descriptor appropriate for opening a file resource with
the given name. |
static
IEditorDescriptor
|
IDE.
getEditorDescriptor
(
String name,
boolean inferContentType)
Returns an editor descriptor appropriate for opening a file resource with
the given name. |
static
IEditorPart
|
IDE.
openEditor
(
IWorkbenchPage page,
IEditorInput input,
String editorId)
Opens an editor on the given object. |
static
IEditorPart
|
IDE.
openEditor
(
IWorkbenchPage page,
IEditorInput input,
String editorId,
boolean activate)
Opens an editor on the given object. |
static
IEditorPart
|
IDE.
openEditor
(
IWorkbenchPage page,
IFile input)
Opens an editor on the given file resource. |
static
IEditorPart
|
IDE.
openEditor
(
IWorkbenchPage page,
IFile input,
boolean activate)
Opens an editor on the given file resource. |
static
IEditorPart
|
IDE.
openEditor
(
IWorkbenchPage page,
IFile input,
boolean activate,
boolean determineContentType)
Opens an editor on the given file resource. |
static
IEditorPart
|
IDE.
openEditor
(
IWorkbenchPage page,
IFile input,
String editorId)
Opens an editor on the given file resource. |
static
IEditorPart
|
IDE.
openEditor
(
IWorkbenchPage page,
IFile input,
String editorId,
boolean activate)
Opens an editor on the given file resource. |
static
IEditorPart
|
IDE.
openEditor
(
IWorkbenchPage page,
IMarker marker)
Opens an editor on the file resource of the given marker. |
static
IEditorPart
|
IDE.
openEditor
(
IWorkbenchPage page,
IMarker marker,
boolean activate)
Opens an editor on the file resource of the given marker. |
static
IEditorPart
|
IDE.
openEditor
(
IWorkbenchPage page,
URI uri,
String editorId,
boolean activate)
Opens an editor on the given IFileStore object. |
static
IEditorPart
|
IDE.
openEditorOnFileStore
(
IWorkbenchPage page,
IFileStore fileStore)
Opens an editor on the given IFileStore object. |
Methods in
org.eclipse.ui.part that throw
PartInitException
|
int
|
MultiPageEditorPart.
addPage
(
IEditorPart editor,
IEditorInput input)
Creates and adds a new page containing the given editor to this
multi-page editor. |
void
|
MultiPageEditorPart.
addPage
(int index,
IEditorPart editor,
IEditorInput input)
Creates and adds a new page containing the given editor to this
multi-page editor. |
void
|
AbstractMultiEditor.
init
(
IEditorSite site,
IEditorInput input)
|
abstract void
|
EditorPart.
init
(
IEditorSite site,
IEditorInput input)
|
void
|
MultiPageEditorPart.
init
(
IEditorSite site,
IEditorInput input)
The MultiPageEditorPart implementation of this
IEditorPart method sets its site to the given site, its
input to the given input, and the site's selection provider to a
MultiPageSelectionProvider . |
void
|
AbstractMultiEditor.
init
(
IEditorSite site,
MultiEditorInput input)
|
void
|
IntroPart.
init
(
IIntroSite site,
IMemento memento)
The base implementation of this
IIntroPart method ignores the
memento and initializes the part in a fresh state. |
void
|
IPageBookViewPage.
init
(
IPageSite site)
Initializes this page with the given page site. |
void
|
ViewPart.
init
(
IViewSite site)
|
void
|
PageBookView.
init
(
IViewSite site)
|
void
|
ViewPart.
init
(
IViewSite site,
IMemento memento)
|
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|