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.
|
Modifier and Type | Method and Description |
---|---|
IEditorReference[] |
IWorkbenchPage.openEditors(IEditorInput[] inputs,
String[] editorIDs,
IMemento[] mementos,
int matchFlags,
int activateIndex)
Opens editors for the given inputs.
|
IEditorReference[] |
IWorkbenchPage.openEditors(IEditorInput[] inputs,
String[] editorIDs,
int matchFlags)
Opens editors for the given inputs.
|
Modifier and Type | Method and Description |
---|---|
static IEditorReference[] |
IDE.openEditors(IWorkbenchPage page,
IFile[] inputs)
Opens editors on given file resources.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.