Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.core.filebuffers.manipulation.IFileBufferOperation

Packages that use IFileBufferOperation
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 IFileBufferOperation in org.eclipse.core.filebuffers.manipulation
 

Classes in org.eclipse.core.filebuffers.manipulation that implement IFileBufferOperation
 class ConvertLineDelimitersOperation
          A text file buffer operation that changes the line delimiters to a specified line delimiter.
 class RemoveTrailingWhitespaceOperation
          A text file buffer operation that removes all trailing whitespace.
 class TextFileBufferOperation
          Abstraction for a file buffer operation that works on text file buffers.
 

Methods in org.eclipse.core.filebuffers.manipulation with parameters of type IFileBufferOperation
 void FileBufferOperationRunner.execute(IPath[] locations, IFileBufferOperation operation, IProgressMonitor monitor)
          Executes the given operation for all file buffers specified by the given locations.
 

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

Fields in org.eclipse.ui.editors.text declared as IFileBufferOperation
protected  IFileBufferOperation FileBufferOperationAction.fFileBufferOperation
           
 

Methods in org.eclipse.ui.editors.text with parameters of type IFileBufferOperation
protected  void FileBufferOperationHandler.doRun(IFile[] files, IPath location, IFileBufferOperation fileBufferOperation)
          Runs the given operation.
protected  void FileBufferOperationAction.doRun(IFile[] files, IPath location, IFileBufferOperation fileBufferOperation)
           
 

Constructors in org.eclipse.ui.editors.text with parameters of type IFileBufferOperation
FileBufferOperationHandler(IFileBufferOperation fileBufferOperation)
          Creates a new file buffer operation handler.
FileBufferOperationAction(IFileBufferOperation fileBufferOperation)
           
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.