Uses of Class
org.eclipse.ui.PartInitException
-
Packages that use PartInitException Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities.org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches.org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.browser Web browser support APIs for opening URLs from Eclipse applicationsorg.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console.org.eclipse.ui.forms.editor Support for forms-based multi-page editors.org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface.org.eclipse.ui.intro Application programming interfaces for interaction with and extension of the product introduction parts.org.eclipse.ui.intro.config Provides support for customizing welcome content and presentation.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.views.bookmarkexplorer Provides the standard Bookmarks view which displays bookmarks on resources.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. -
-
Uses of PartInitException in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that throw PartInitException Modifier and Type Method Description voidAbstractDebugView. init(IViewSite site, IMemento memento) -
Uses of PartInitException in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup that throw PartInitException Modifier and Type Method Description voidCommonSourceNotFoundEditor. init(IEditorSite site, IEditorInput input) -
Uses of PartInitException in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text that throw PartInitException Modifier and Type Method Description protected IEditorPartAbstractTextSearchViewPage. open(IWorkbenchPage page, IFile file, boolean activate)Opens an editor on the given file resource.protected 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 voidAbstractTextSearchViewPage. showMatch(Match match, int currentOffset, int currentLength)Deprecated.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 PartInitException Modifier and Type Method Description static 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 PartInitException Modifier and Type Method Description voidAbstractSynchronizeParticipant. init(String secondaryId, IMemento memento)Classes 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.voidISynchronizeParticipant. init(String secondaryId, IMemento memento)Initializes this participant with the given participant state.voidModelSynchronizeParticipant. init(String secondaryId, IMemento memento)voidSubscriberParticipant. init(String secondaryId, IMemento memento) -
Uses of PartInitException in org.eclipse.ui
Methods in org.eclipse.ui that return PartInitException Modifier and Type Method Description PartInitException[]MultiPartInitException. getExceptions()Returns an array of exceptions, corresponding to parts that could not be intialized correctly.Methods in org.eclipse.ui that throw PartInitException Modifier and Type Method Description IEditorInputIEditorReference. 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.voidIViewPart. init(IViewSite site)Initializes this view with the given view site.voidIViewPart. init(IViewSite site, IMemento memento)Initializes this view with the given view site.IEditorPartIWorkbenchPage. openEditor(IEditorInput input, String editorId)Opens an editor on the given input.IEditorPartIWorkbenchPage. openEditor(IEditorInput input, String editorId, boolean activate)Opens an editor on the given input.IEditorPartIWorkbenchPage. openEditor(IEditorInput input, String editorId, boolean activate, int matchFlags)Opens an editor on the given input.IViewPartIWorkbenchPage. showView(String viewId)Shows the view identified by the given view id in this page and gives it focus.IViewPartIWorkbenchPage. showView(String viewId, String secondaryId, int mode)Shows a view in this page with the given id and secondary id.Constructors in org.eclipse.ui with parameters of type PartInitException Constructor Description MultiPartInitException(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 PartInitException Modifier and Type Method Description IWebBrowserIWorkbenchBrowserSupport. createBrowser(int style, String browserId, String name, String tooltip)Creates the new web browser instance.IWebBrowserIWorkbenchBrowserSupport. createBrowser(String browserId)Creates the new web browser instance.IWebBrowserAbstractWorkbenchBrowserSupport. getExternalBrowser()IWebBrowserIWorkbenchBrowserSupport. getExternalBrowser()Returns a shared instance of the external web browser.voidIWebBrowser. openURL(URL url)Opens a URL on this Web browser instance. -
Uses of PartInitException in org.eclipse.ui.console
Methods in org.eclipse.ui.console that throw PartInitException Modifier and Type Method Description voidTextConsolePage. init(IPageSite pageSite) -
Uses of PartInitException in org.eclipse.ui.forms.editor
Methods in org.eclipse.ui.forms.editor that throw PartInitException Modifier and Type Method Description voidFormEditor. addPage(int index, IFormPage page)Adds 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.intFormEditor. addPage(IFormPage page)Adds 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 PartInitException Modifier and Type Method Description static 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.intro
Methods in org.eclipse.ui.intro that throw PartInitException Modifier and Type Method Description voidIIntroPart. 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 PartInitException Modifier and Type Method Description voidCustomizableIntroPart. 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.navigator
Methods in org.eclipse.ui.navigator that throw PartInitException Modifier and Type Method Description voidCommonNavigator. init(IViewSite aSite, IMemento aMemento)Note: This method is for internal use only. -
Uses of PartInitException in org.eclipse.ui.navigator.resources
Methods in org.eclipse.ui.navigator.resources that throw PartInitException Modifier and Type Method Description voidProjectExplorer. init(IViewSite site, IMemento memento) -
Uses of PartInitException in org.eclipse.ui.part
Methods in org.eclipse.ui.part that throw PartInitException Modifier and Type Method Description voidMultiPageEditorPart. 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.voidIPageBookViewPage. init(IPageSite site)Initializes 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.voidPageBookView. init(IViewSite site)voidViewPart. init(IViewSite site)voidViewPart. init(IViewSite site, IMemento memento) -
Uses of PartInitException in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that throw PartInitException Modifier and Type Method Description voidAbstractTextEditor. init(IEditorSite site, IEditorInput input)protected voidAbstractTextEditor. internalInit(IWorkbenchWindow window, IEditorSite site, IEditorInput input)Implements theinitmethod ofIEditorPart. -
Uses of PartInitException in org.eclipse.ui.views.bookmarkexplorer
Methods in org.eclipse.ui.views.bookmarkexplorer that throw PartInitException Modifier and Type Method Description voidBookmarkNavigator. init(IViewSite site, IMemento memento)Deprecated. -
Uses of PartInitException in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator that throw PartInitException Modifier and Type Method Description voidResourceNavigator. init(IViewSite site, IMemento memento)Deprecated. -
Uses of PartInitException in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties that throw PartInitException Modifier and Type Method Description protected PropertySheetNewPropertySheetHandler. findPropertySheet(ExecutionEvent event, PropertyShowInContext context)Returns a PropertySheet instancevoidPropertySheet. init(IViewSite site)
-