Uses of Class
org.eclipse.ui.MultiPartInitException
-
Packages that use MultiPartInitException Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface. -
-
Uses of MultiPartInitException in org.eclipse.ui
Methods in org.eclipse.ui that throw MultiPartInitException Modifier and Type Method Description IEditorReference[]
IWorkbenchPage. openEditors(IEditorInput[] inputs, String[] editorIDs, int matchFlags)
Opens editors for the given inputs.IEditorReference[]
IWorkbenchPage. openEditors(IEditorInput[] inputs, String[] editorIDs, IMemento[] mementos, int matchFlags, int activateIndex)
Opens editors for the given inputs. -
Uses of MultiPartInitException in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide that throw MultiPartInitException Modifier and Type Method Description static IEditorReference[]
IDE. openEditors(IWorkbenchPage page, IFile[] inputs)
Opens editors on given file resources.
-