Uses of Class
org.eclipse.ui.PartInitException
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a user interface for debug platform source lookup facilities.
Provides the base classes to implement a search result view part for searches with textual matches.
Application programming interfaces for working with history.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Web browser support APIs for opening URLs from Eclipse
applications
Application programming interfaces for interaction
with the Eclipse console.
Support for forms-based multi-page editors.
APIs for the IDE-specific portion of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the product introduction parts.
Provides support for customizing welcome content and presentation.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of PartInitException in org.eclipse.compare.internal
-
Uses of PartInitException in org.eclipse.debug.ui
-
Uses of PartInitException in org.eclipse.debug.ui.sourcelookup
Modifier and TypeMethodDescriptionvoid
CommonSourceNotFoundEditor.init
(IEditorSite site, IEditorInput input) -
Uses of PartInitException in org.eclipse.search.ui.text
Modifier and TypeMethodDescriptionprotected final IEditorPart
AbstractTextSearchViewPage.open
(IWorkbenchPage page, IFile file, boolean activate) Opens an editor on the given file resource.protected final IEditorPart
AbstractTextSearchViewPage.openAndSelect
(IWorkbenchPage page, IFile file, int offset, int length, boolean activate) Opens an editor on the given file resource and tries to select the given offset and length.protected void
Deprecated.protected void
AbstractTextSearchViewPage.showMatch
(Match match, int currentOffset, int currentLength, boolean activate) Opens an editor on the given element and selects the given range of text. -
Uses of PartInitException in org.eclipse.team.ui.history
Modifier and TypeMethodDescriptionstatic AbstractDecoratedTextEditor
RevisionAnnotationController.openEditor
(IWorkbenchPage page, Object fileRevision, IStorage storage) Open a text editor that supports the use of a revision ruler on the given file.static AbstractDecoratedTextEditor
RevisionAnnotationController.openEditor
(IWorkbenchPage page, IFile file) Open a text editor that supports the use of a revision ruler on the given file. -
Uses of PartInitException in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionvoid
Classes that are persisted must override this method and perform the following initialization.void
ISynchronizePage.init
(ISynchronizePageSite site) Initialize this page with workbench part that contains the page.void
Initializes this participant with the given participant state.void
void
-
Uses of PartInitException in org.eclipse.ui
Modifier and TypeMethodDescriptionMultiPartInitException.getExceptions()
Returns an array of exceptions, corresponding to parts that could not be intialized correctly.Modifier and TypeMethodDescriptionIEditorReference.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
Initializes this view with the given view site.void
Initializes this view with the given view site.IWorkbenchPage.openEditor
(IEditorInput input, String editorId) Opens an editor on the given input.IWorkbenchPage.openEditor
(IEditorInput input, String editorId, boolean activate) Opens an editor on the given input.IWorkbenchPage.openEditor
(IEditorInput input, String editorId, boolean activate, int matchFlags) Opens an editor on the given input.Shows the view identified by the given view id in this page and gives it focus.Shows a view in this page with the given id and secondary id.ModifierConstructorDescriptionMultiPartInitException
(IWorkbenchPartReference[] references, PartInitException[] exceptions) Creates a new exception object. -
Uses of PartInitException in org.eclipse.ui.browser
Modifier and TypeMethodDescriptionIWorkbenchBrowserSupport.createBrowser
(int style, String browserId, String name, String tooltip) Creates the new web browser instance.IWorkbenchBrowserSupport.createBrowser
(String browserId) Creates the new web browser instance.AbstractWorkbenchBrowserSupport.getExternalBrowser()
IWorkbenchBrowserSupport.getExternalBrowser()
Returns a shared instance of the external web browser.void
Opens a URL on this Web browser instance. -
Uses of PartInitException in org.eclipse.ui.console
-
Uses of PartInitException in org.eclipse.ui.forms.editor
Modifier and TypeMethodDescriptionvoid
Adds the form page to this editor at the specified index (0-based).void
FormEditor.addPage
(int index, IEditorPart editor, IEditorInput input) Adds a complete editor part to the multi-page editor at the specified position.int
Adds the form page to this editor.int
FormEditor.addPage
(IEditorPart editor, IEditorInput input) Adds a complete editor part to the multi-page editor.protected void
FormEditor.configurePage
(int index, IFormPage page) Configures the form page.void
FormEditor.init
(IEditorSite site, IEditorInput input) Overrides super to plug in a different selection provider. -
Uses of PartInitException in org.eclipse.ui.ide
Modifier and TypeMethodDescriptionstatic IEditorDescriptor
IDE.getEditorDescriptor
(String name) Deprecated.Since 3.12, useIDE.getEditorDescriptor(String, boolean, boolean)
instead.static IEditorDescriptor
IDE.getEditorDescriptor
(String name, boolean inferContentType) Deprecated.Since 3.12, useIDE.getEditorDescriptor(String, boolean, boolean)
instead.static IEditorDescriptor
IDE.getEditorDescriptor
(String name, boolean inferContentType, boolean allowInteractive) Returns an editor descriptor appropriate for opening a file resource with the given name.static IEditorDescriptor
IDE.getEditorDescriptor
(IFile file) Deprecated.Since 3.12, useIDE.getEditorDescriptor(IFile, boolean, boolean)
static IEditorDescriptor
IDE.getEditorDescriptor
(IFile file, boolean determineContentType) Deprecated.Since 3.12, useIDE.getEditorDescriptor(IFile, boolean, boolean)
instead.static IEditorDescriptor
IDE.getEditorDescriptor
(IFile file, boolean determineContentType, boolean allowInteractive) Returns an editor descriptor appropriate for opening the given file resource.static IEditorDescriptor
IDE.getEditorDescriptorForFileStore
(IFileStore fileStore, boolean allowInteractive) Returns an editor descriptor appropriate for opening the given file store.static IEditorPart
IDE.openEditor
(IWorkbenchPage page, URI uri, String editorId, boolean activate) Opens an editor on the given IFileStore 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, 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.openEditorOnFileStore
(IWorkbenchPage page, IFileStore fileStore) Opens an editor on the given IFileStore object.static IEditorPart
IDE.openInternalEditorOnFileStore
(IWorkbenchPage page, IFileStore fileStore) Opens an internal editor on the given IFileStore object. -
Uses of PartInitException in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionprotected IViewPart
WorkbenchPage.busyShowView
(String viewId, int mode) Shows a view.static IEditorInput
EditorReference.createInput
(IMemento editorMem) EditorReference.createPart()
ViewReference.createPart()
abstract IWorkbenchPart
WorkbenchPartReference.createPart()
EditorReference.getEditorInput()
void
void
EditorReference.initialize
(IWorkbenchPart part) void
ViewReference.initialize
(IWorkbenchPart part) abstract void
WorkbenchPartReference.initialize
(IWorkbenchPart part) WorkbenchPage.openEditor
(IEditorInput input, String editorID) See IWorkbenchPage.WorkbenchPage.openEditor
(IEditorInput input, String editorID, boolean activate) See IWorkbenchPage.WorkbenchPage.openEditor
(IEditorInput input, String editorID, boolean activate, int matchFlags) See IWorkbenchPage.WorkbenchPage.openEditor
(IEditorInput input, String editorID, boolean activate, int matchFlags, IMemento editorState, boolean notify) This is not public API but for use internally. editorState can benull
.WorkbenchPage.openEditorFromDescriptor
(IEditorInput fileEditorInput, IEditorDescriptor editorDescriptor, boolean activate, IMemento editorState) Opens an editor represented by the descriptor with the given input.static void
StartupThreading.runWithPartInitExceptions
(StartupThreading.StartupRunnable r) See IWorkbenchPage. -
Uses of PartInitException in org.eclipse.ui.intro
Modifier and TypeMethodDescriptionvoid
IIntroPart.init
(IIntroSite site, IMemento memento) Initializes this intro part with the given intro site. -
Uses of PartInitException in org.eclipse.ui.intro.config
Modifier and TypeMethodDescriptionvoid
CustomizableIntroPart.init
(IIntroSite site, IMemento memento) void
IStandbyContentPart.init
(IIntroPart introPart, IMemento memento) Initializes this intro standby content part with the given intro site. -
Uses of PartInitException in org.eclipse.ui.part
Modifier and TypeMethodDescriptionvoid
MultiPageEditorPart.addPage
(int index, IEditorPart editor, IEditorInput input) Creates and adds a new page containing the given editor to this multi-page editor.int
MultiPageEditorPart.addPage
(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) void
AbstractMultiEditor.init
(IEditorSite site, MultiEditorInput input) abstract void
EditorPart.init
(IEditorSite site, IEditorInput input) void
IntroPart.init
(IIntroSite site, IMemento memento) The base implementation of thisIIntroPart
method ignores the memento and initializes the part in a fresh state.void
Initializes this page with the given page site.void
MultiPageEditorPart.init
(IEditorSite site, IEditorInput input) TheMultiPageEditorPart
implementation of thisIEditorPart
method sets its site to the given site, its input to the given input, and the site's selection provider to aMultiPageSelectionProvider
.void
void
void
-
Uses of PartInitException in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionvoid
AbstractTextEditor.init
(IEditorSite site, IEditorInput input) protected final void
AbstractTextEditor.internalInit
(IWorkbenchWindow window, IEditorSite site, IEditorInput input) Implements theinit
method ofIEditorPart
. -
Uses of PartInitException in org.eclipse.ui.views.properties
Modifier and TypeMethodDescriptionprotected PropertySheet
NewPropertySheetHandler.findPropertySheet
(ExecutionEvent event, PropertyShowInContext context) Returns a PropertySheet instancevoid
AbstractTextSearchViewPage.showMatch(Match, int, int, boolean)
instead