|
 |
|
|
Uses of Interface org.eclipse.ui.texteditor.IDocumentProvider
Methods in
org.eclipse.compare with parameters of type
IDocumentProvider
|
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. |
protected void
|
SharedDocumentAdapter.
saveDocument
(
IDocumentProvider provider,
IEditorInput documentKey,
IDocument document,
boolean overwrite,
IProgressMonitor monitor)
A helper method to save a document. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|