Uses of Class
org.eclipse.ui.PartInitException
Packages that use 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
Methods in org.eclipse.compare.internal that throw PartInitException -
Uses of PartInitException in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that throw PartInitException -
Uses of PartInitException in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup that throw PartInitExceptionModifier and TypeMethodDescriptionvoidCommonSourceNotFoundEditor.init(IEditorSite site, IEditorInput input) -
Uses of PartInitException in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text that throw PartInitExceptionModifier and TypeMethodDescriptionprotected final IEditorPartAbstractTextSearchViewPage.open(IWorkbenchPage page, IFile file, boolean activate) Opens an editor on the given file resource.protected final IEditorPartAbstractTextSearchViewPage.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 voidDeprecated.protected voidAbstractTextSearchViewPage.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
Methods in org.eclipse.team.ui.history that throw PartInitExceptionModifier and TypeMethodDescriptionstatic AbstractDecoratedTextEditorRevisionAnnotationController.openEditor(IWorkbenchPage page, Object fileRevision, IStorage storage) Open a text editor that supports the use of a revision ruler on the given file.static AbstractDecoratedTextEditorRevisionAnnotationController.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
Methods in org.eclipse.team.ui.synchronize that throw PartInitExceptionModifier and TypeMethodDescriptionvoidClasses that are persisted must override this method and perform the following initialization.voidISynchronizePage.init(ISynchronizePageSite site) Initialize this page with workbench part that contains the page.voidInitializes this participant with the given participant state.voidvoid -
Uses of PartInitException in org.eclipse.ui
Methods in org.eclipse.ui that return PartInitExceptionModifier and TypeMethodDescriptionMultiPartInitException.getExceptions()Returns an array of exceptions, corresponding to parts that could not be intialized correctly.Methods in org.eclipse.ui that throw PartInitExceptionModifier and TypeMethodDescriptionIEditorReference.getEditorInput()Returns the editor input for the editor referenced by this object.voidIEditorPart.init(IEditorSite site, IEditorInput input) Initializes this editor with the given editor site and input.voidInitializes this view with the given view site.voidInitializes 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.Constructors in org.eclipse.ui with parameters of type PartInitExceptionModifierConstructorDescriptionMultiPartInitException(IWorkbenchPartReference[] references, PartInitException[] exceptions) Creates a new exception object. -
Uses of PartInitException in org.eclipse.ui.browser
Methods in org.eclipse.ui.browser that throw PartInitExceptionModifier 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.voidOpens a URL on this Web browser instance. -
Uses of PartInitException in org.eclipse.ui.console
Methods in org.eclipse.ui.console that throw PartInitException -
Uses of PartInitException in org.eclipse.ui.forms.editor
Methods in org.eclipse.ui.forms.editor that throw PartInitExceptionModifier and TypeMethodDescriptionvoidAdds the form page to this editor at the specified index (0-based).voidFormEditor.addPage(int index, IEditorPart editor, IEditorInput input) Adds a complete editor part to the multi-page editor at the specified position.intAdds the form page to this editor.intFormEditor.addPage(IEditorPart editor, IEditorInput input) Adds a complete editor part to the multi-page editor.protected voidFormEditor.configurePage(int index, IFormPage page) Configures the form page.voidFormEditor.init(IEditorSite site, IEditorInput input) Overrides super to plug in a different selection provider. -
Uses of PartInitException in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide that throw PartInitExceptionModifier and TypeMethodDescriptionstatic IEditorDescriptorIDE.getEditorDescriptor(String name) Deprecated.Since 3.12, useIDE.getEditorDescriptor(String, boolean, boolean)instead.static IEditorDescriptorIDE.getEditorDescriptor(String name, boolean inferContentType) Deprecated.Since 3.12, useIDE.getEditorDescriptor(String, boolean, boolean)instead.static IEditorDescriptorIDE.getEditorDescriptor(String name, boolean inferContentType, boolean allowInteractive) Returns an editor descriptor appropriate for opening a file resource with the given name.static IEditorDescriptorIDE.getEditorDescriptor(IFile file) Deprecated.Since 3.12, useIDE.getEditorDescriptor(IFile, boolean, boolean)static IEditorDescriptorIDE.getEditorDescriptor(IFile file, boolean determineContentType) Deprecated.Since 3.12, useIDE.getEditorDescriptor(IFile, boolean, boolean)instead.static IEditorDescriptorIDE.getEditorDescriptor(IFile file, boolean determineContentType, boolean allowInteractive) Returns an editor descriptor appropriate for opening the given file resource.static IEditorDescriptorIDE.getEditorDescriptorForFileStore(IFileStore fileStore, boolean allowInteractive) Returns an editor descriptor appropriate for opening the given file store.static IEditorPartIDE.openEditor(IWorkbenchPage page, URI uri, String editorId, boolean activate) Opens an editor on the given IFileStore object.static IEditorPartIDE.openEditor(IWorkbenchPage page, IFile input) Opens an editor on the given file resource.static IEditorPartIDE.openEditor(IWorkbenchPage page, IFile input, boolean activate) Opens an editor on the given file resource.static IEditorPartIDE.openEditor(IWorkbenchPage page, IFile input, boolean activate, boolean determineContentType) Opens an editor on the given file resource.static IEditorPartIDE.openEditor(IWorkbenchPage page, IFile input, String editorId) Opens an editor on the given file resource.static IEditorPartIDE.openEditor(IWorkbenchPage page, IFile input, String editorId, boolean activate) Opens an editor on the given file resource.static IEditorPartIDE.openEditor(IWorkbenchPage page, IMarker marker) Opens an editor on the file resource of the given marker.static IEditorPartIDE.openEditor(IWorkbenchPage page, IMarker marker, boolean activate) Opens an editor on the file resource of the given marker.static IEditorPartIDE.openEditor(IWorkbenchPage page, IEditorInput input, String editorId) Opens an editor on the given object.static IEditorPartIDE.openEditor(IWorkbenchPage page, IEditorInput input, String editorId, boolean activate) Opens an editor on the given object.static IEditorPartIDE.openEditorOnFileStore(IWorkbenchPage page, IFileStore fileStore) Opens an editor on the given IFileStore object.static IEditorPartIDE.openInternalEditorOnFileStore(IWorkbenchPage page, IFileStore fileStore) Opens an internal editor on the given IFileStore object. -
Uses of PartInitException in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that throw PartInitExceptionModifier and TypeMethodDescriptionprotected IViewPartWorkbenchPage.busyShowView(String viewId, int mode) Shows a view.static IEditorInputEditorReference.createInput(IMemento editorMem) EditorReference.createPart()ViewReference.createPart()abstract IWorkbenchPartWorkbenchPartReference.createPart()EditorReference.getEditorInput()voidvoidEditorReference.initialize(IWorkbenchPart part) voidViewReference.initialize(IWorkbenchPart part) abstract voidWorkbenchPartReference.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 voidStartupThreading.runWithPartInitExceptions(StartupThreading.StartupRunnable r) See IWorkbenchPage. -
Uses of PartInitException in org.eclipse.ui.intro
Methods in org.eclipse.ui.intro that throw PartInitExceptionModifier and TypeMethodDescriptionvoidIIntroPart.init(IIntroSite site, IMemento memento) Initializes this intro part with the given intro site. -
Uses of PartInitException in org.eclipse.ui.intro.config
Methods in org.eclipse.ui.intro.config that throw PartInitExceptionModifier and TypeMethodDescriptionvoidCustomizableIntroPart.init(IIntroSite site, IMemento memento) voidIStandbyContentPart.init(IIntroPart introPart, IMemento memento) Initializes this intro standby content part with the given intro site. -
Uses of PartInitException in org.eclipse.ui.part
Methods in org.eclipse.ui.part that throw PartInitExceptionModifier and TypeMethodDescriptionvoidMultiPageEditorPart.addPage(int index, IEditorPart editor, IEditorInput input) Creates and adds a new page containing the given editor to this multi-page editor.intMultiPageEditorPart.addPage(IEditorPart editor, IEditorInput input) Creates and adds a new page containing the given editor to this multi-page editor.voidAbstractMultiEditor.init(IEditorSite site, IEditorInput input) voidAbstractMultiEditor.init(IEditorSite site, MultiEditorInput input) abstract voidEditorPart.init(IEditorSite site, IEditorInput input) voidIntroPart.init(IIntroSite site, IMemento memento) The base implementation of thisIIntroPartmethod ignores the memento and initializes the part in a fresh state.voidInitializes this page with the given page site.voidMultiPageEditorPart.init(IEditorSite site, IEditorInput input) TheMultiPageEditorPartimplementation of thisIEditorPartmethod sets its site to the given site, its input to the given input, and the site's selection provider to aMultiPageSelectionProvider.voidvoidvoid -
Uses of PartInitException in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that throw PartInitExceptionModifier and TypeMethodDescriptionvoidAbstractTextEditor.init(IEditorSite site, IEditorInput input) protected final voidAbstractTextEditor.internalInit(IWorkbenchWindow window, IEditorSite site, IEditorInput input) Implements theinitmethod ofIEditorPart. -
Uses of PartInitException in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties that throw PartInitExceptionModifier and TypeMethodDescriptionprotected PropertySheetNewPropertySheetHandler.findPropertySheet(ExecutionEvent event, PropertyShowInContext context) Returns a PropertySheet instancevoid
AbstractTextSearchViewPage.showMatch(Match, int, int, boolean)instead