Uses of Interface
org.eclipse.ui.texteditor.IDocumentProvider
Packages that use IDocumentProvider
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IDocumentProvider in org.eclipse.compare
Methods in org.eclipse.compare that return IDocumentProviderModifier and TypeMethodDescriptionstatic IDocumentProviderSharedDocumentAdapter.getDocumentProvider(IEditorInput input) Returns the document provider for the given editor input.Methods in org.eclipse.compare with parameters of type IDocumentProviderModifier and TypeMethodDescriptionvoidISharedDocumentAdapter.connect(IDocumentProvider provider, IEditorInput documentKey) Connect the given element to its document provider.voidSharedDocumentAdapter.connect(IDocumentProvider provider, IEditorInput documentKey) voidISharedDocumentAdapter.disconnect(IDocumentProvider provider, IEditorInput documentKey) Disconnect the element from the document provider.voidSharedDocumentAdapter.disconnect(IDocumentProvider provider, IEditorInput documentKey) voidISharedDocumentAdapter.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 voidSharedDocumentAdapter.saveDocument(IDocumentProvider provider, IEditorInput documentKey, IDocument document, boolean overwrite, IProgressMonitor monitor) A helper method to save a document. -
Uses of IDocumentProvider in org.eclipse.compare.structuremergeviewer
Methods in org.eclipse.compare.structuremergeviewer with parameters of type IDocumentProviderModifier and TypeMethodDescriptionvoidSharedDocumentAdapterWrapper.connect(IDocumentProvider provider, IEditorInput documentKey) voidSharedDocumentAdapterWrapper.disconnect(IDocumentProvider provider, IEditorInput documentKey) voidSharedDocumentAdapterWrapper.flushDocument(IDocumentProvider provider, IEditorInput documentKey, IDocument document, boolean overwrite) -
Uses of IDocumentProvider in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IDocumentProviderModifier and TypeClassDescriptionclassShared document provider specialized for file resources (IFile).classA forwarding document provider is a document provider that forwards all requests to a known parent document provider.classShared document provider specialized forIStorages.classShared document provider specialized forIFilebased domain elements.protected static classDeprecated.As of 3.3 - do not useMethods in org.eclipse.ui.editors.text that return IDocumentProviderModifier and TypeMethodDescriptionprotected final IDocumentProviderTextFileDocumentProvider.getParentProvider()Returns the parent document provider.Methods in org.eclipse.ui.editors.text with parameters of type IDocumentProviderModifier and TypeMethodDescriptionfinal voidTextFileDocumentProvider.setParentDocumentProvider(IDocumentProvider parentProvider) Sets the given parent provider as this document provider's parent document provider.voidForwardingDocumentProvider.setParentProvider(IDocumentProvider parentProvider) Sets the parent document provider.Constructors in org.eclipse.ui.editors.text with parameters of type IDocumentProviderModifierConstructorDescriptionForwardingDocumentProvider(String partitioning, IDocumentSetupParticipant documentSetupParticipant, IDocumentProvider parentProvider) Creates a new forwarding document provider with a fixed parent document provider.TextFileDocumentProvider(IDocumentProvider parentProvider) Creates a new text file document provider which has the given parent provider. -
Uses of IDocumentProvider in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IDocumentProviderModifier and TypeClassDescriptionclassAn abstract implementation of a sharable document provider.Methods in org.eclipse.ui.texteditor that return IDocumentProviderModifier and TypeMethodDescriptionAbstractDecoratedTextEditor.getDocumentProvider()AbstractTextEditor.getDocumentProvider()DocumentProviderRegistry.getDocumentProvider(String extension) Returns a shared document provider for the given name extension.DocumentProviderRegistry.getDocumentProvider(IEditorInput editorInput) Returns the shared document for the type of the given editor input.ITextEditor.getDocumentProvider()Returns this text editor's document provider.Methods in org.eclipse.ui.texteditor with parameters of type IDocumentProviderModifier and TypeMethodDescriptionprotected voidAbstractTextEditor.setDocumentProvider(IDocumentProvider provider) Sets this editor's document provider.