Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.ui.texteditor.IDocumentProvider

Packages that use IDocumentProvider
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. 
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.texteditor 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 IDocumentProvider
static  IDocumentProvider SharedDocumentAdapter. getDocumentProvider ( IEditorInput input)
          Return the document provider for the given editor input.
 

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.
 

Uses of IDocumentProvider in org.eclipse.compare.structuremergeviewer
 

Methods in org.eclipse.compare.structuremergeviewer with parameters of type IDocumentProvider
 void SharedDocumentAdapterWrapper. connect ( IDocumentProvider provider, IEditorInput documentKey)
           
 void SharedDocumentAdapterWrapper. disconnect ( IDocumentProvider provider, IEditorInput documentKey)
           
 void SharedDocumentAdapterWrapper. 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 IDocumentProvider
 class FileDocumentProvider
          Shared document provider specialized for file resources (IFile).
 class ForwardingDocumentProvider
          A forwarding document provider is a document provider that forwards all requests to a known parent document provider.
 class StorageDocumentProvider
          Shared document provider specialized for IStorages.
 class TextFileDocumentProvider
          Shared document provider specialized for IFile based domain elements.
protected static class TextFileDocumentProvider.NullProvider
          Deprecated. since 3.3 - do not use
 

Methods in org.eclipse.ui.editors.text that return IDocumentProvider
protected   IDocumentProvider TextFileDocumentProvider. getParentProvider ()
          Returns the parent document provider.
 

Methods in org.eclipse.ui.editors.text with parameters of type IDocumentProvider
 void TextFileDocumentProvider. setParentDocumentProvider ( IDocumentProvider parentProvider)
          Sets the given parent provider as this document provider's parent document provider.
 void ForwardingDocumentProvider. setParentProvider ( IDocumentProvider parentProvider)
          Sets the parent document provider.
 

Constructors in org.eclipse.ui.editors.text with parameters of type IDocumentProvider
ForwardingDocumentProvider ( 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 IDocumentProvider
 class AbstractDocumentProvider
          An abstract implementation of a sharable document provider.
 

Methods in org.eclipse.ui.texteditor that return IDocumentProvider
  IDocumentProvider AbstractTextEditor. getDocumentProvider ()
           
  IDocumentProvider ITextEditor. getDocumentProvider ()
          Returns this text editor's document provider.
  IDocumentProvider AbstractDecoratedTextEditor. getDocumentProvider ()
           
  IDocumentProvider DocumentProviderRegistry. getDocumentProvider ( IEditorInput editorInput)
          Returns the shared document for the type of the given editor input.
  IDocumentProvider DocumentProviderRegistry. getDocumentProvider ( String extension)
          Returns a shared document provider for the given name extension.
 

Methods in org.eclipse.ui.texteditor with parameters of type IDocumentProvider
protected  void AbstractTextEditor. setDocumentProvider ( IDocumentProvider provider)
          Sets this editor's document provider.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire