|
 |
|
|
Uses of Interface org.eclipse.ui.IEditorInput
Methods in
org.eclipse.compare with parameters of type
IEditorInput
|
void
|
ISharedDocumentAdapter.
connect
(
IDocumentProvider provider,
IEditorInput documentKey)
Connect the given element to its document provider. |
void
|
SharedDocumentAdapter.
connect
(
IDocumentProvider provider,
IEditorInput documentKey)
|
void
|
ISharedDocumentAdapter.
disconnect
(
IDocumentProvider provider,
IEditorInput documentKey)
Disconnect the element from the document provider. |
void
|
SharedDocumentAdapter.
disconnect
(
IDocumentProvider provider,
IEditorInput documentKey)
|
void
|
ISharedDocumentAdapter.
flushDocument
(
IDocumentProvider provider,
IEditorInput documentKey,
IDocument document,
boolean overwrite)
Flush the contents of the given document into the typed element that provided the
document. |
static
IDocumentProvider
|
SharedDocumentAdapter.
getDocumentProvider
(
IEditorInput input)
Return the document provider for the given editor input. |
protected void
|
SharedDocumentAdapter.
saveDocument
(
IDocumentProvider provider,
IEditorInput documentKey,
IDocument document,
boolean overwrite,
IProgressMonitor monitor)
A helper method to save a document. |
Methods in
org.eclipse.ui with parameters of type
IEditorInput
|
IEditorPart
|
IWorkbenchPage.
findEditor
(
IEditorInput input)
Returns the editor with the specified input. |
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. |
void
|
IEditorPart.
init
(
IEditorSite site,
IEditorInput input)
Initializes this editor with the given editor site and input. |
boolean
|
IEditorMatchingStrategy.
matches
(
IEditorReference editorRef,
IEditorInput input)
Returns whether the editor represented by the given editor reference
matches the given editor input. |
IEditorPart
|
IWorkbenchPage.
openEditor
(
IEditorInput input,
String editorId)
Opens an editor on the given input. |
IEditorPart
|
IWorkbenchPage.
openEditor
(
IEditorInput input,
String editorId,
boolean activate)
Opens an editor on the given input. |
IEditorPart
|
IWorkbenchPage.
openEditor
(
IEditorInput input,
String editorId,
boolean activate,
int matchFlags)
Opens an editor on the given input. |
IEditorReference[]
|
IWorkbenchPage.
openEditors
(
IEditorInput[] inputs,
String[] editorIDs,
int matchFlags)
Opens editors for the given inputs. |
void
|
IWorkbenchPage.
reuseEditor
(
IReusableEditor editor,
IEditorInput input)
Reuses the specified editor by setting its new input. |
void
|
IReusableEditor.
setInput
(
IEditorInput input)
Sets the input to this editor. |
void
|
IShowEditorInput.
showEditorInput
(
IEditorInput editorInput)
Shows the given input if it represents a different subset of the editor's content
than the one currently being shown. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|