Package | Description |
---|---|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
IEditorReference[] |
IWorkbenchPage.findEditors(IEditorInput input,
String editorId,
int matchFlags)
Returns an array of editor references that match the given input and/or
editor id, as specified by the given match flags.
|
IEditorReference[] |
IWorkbenchPage.getEditorReferences()
Returns an array of references to open editors in this page.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IWorkbenchPage.closeEditors(IEditorReference[] editorRefs,
boolean save)
Closes the given
Array of editor references. |
boolean |
IEditorMatchingStrategy.matches(IEditorReference editorRef,
IEditorInput input)
Returns whether the editor represented by the given editor reference
matches the given editor input.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.