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.core.filebuffers.ITextFileBuffer

Packages that use ITextFileBuffer
org.eclipse.core.filebuffers Provides the API for accessing file buffers. 
org.eclipse.core.filebuffers.manipulation Provides the API for manipulating file buffers. 
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. 
 

Uses of ITextFileBuffer in org.eclipse.core.filebuffers
 

Methods in org.eclipse.core.filebuffers that return ITextFileBuffer
  ITextFileBuffer ITextFileBufferManager. getFileStoreTextFileBuffer ( IFileStore fileStore)
          Returns the text file buffer managed for the given file store or null if there is no such text file buffer.
  ITextFileBuffer ITextFileBufferManager. getTextFileBuffer ( IDocument document)
          Returns the text file buffer managed for the given document or null if there is no such text file buffer.
  ITextFileBuffer ITextFileBufferManager. getTextFileBuffer ( IPath location)
          Deprecated. As of 3.3, replaced by ITextFileBufferManager.getTextFileBuffer(IPath, LocationKind)
  ITextFileBuffer ITextFileBufferManager. getTextFileBuffer ( IPath location, LocationKind locationKind)
          Returns the text file buffer managed for the file at the given location or null if there is no such text file buffer.
 

Uses of ITextFileBuffer in org.eclipse.core.filebuffers.manipulation
 

Methods in org.eclipse.core.filebuffers.manipulation with parameters of type ITextFileBuffer
protected   MultiTextEditWithProgress RemoveTrailingWhitespaceOperation. computeTextEdit ( ITextFileBuffer fileBuffer, IProgressMonitor progressMonitor)
           
protected   MultiTextEditWithProgress ConvertLineDelimitersOperation. computeTextEdit ( ITextFileBuffer fileBuffer, IProgressMonitor progressMonitor)
           
protected abstract   MultiTextEditWithProgress TextFileBufferOperation. computeTextEdit ( ITextFileBuffer textFileBuffer, IProgressMonitor progressMonitor)
          Computes and returns a text edit.
 

Uses of ITextFileBuffer in org.eclipse.ui.editors.text
 

Fields in org.eclipse.ui.editors.text declared as ITextFileBuffer
  ITextFileBuffer TextFileDocumentProvider.FileInfo. fTextFileBuffer
           
 


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