Uses of Interface
org.eclipse.core.filebuffers.manipulation.IFileBufferOperation
Packages that use IFileBufferOperation
Package
Description
Provides the API for manipulating file buffers.
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 IFileBufferOperationModifier and TypeClassDescriptionclassA text file buffer operation that changes the line delimiters to a specified line delimiter.classA text file buffer operation that removes all trailing whitespace.classAbstraction for a file buffer operation that works on text file buffers.Methods in org.eclipse.core.filebuffers.manipulation with parameters of type IFileBufferOperationModifier and TypeMethodDescriptionvoidGenericFileBufferOperationRunner.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 IFileBufferOperationModifier and TypeFieldDescriptionprotected IFileBufferOperationFileBufferOperationAction.fFileBufferOperationMethods in org.eclipse.ui.editors.text with parameters of type IFileBufferOperationModifier and TypeMethodDescriptionprotected final voidFileBufferOperationAction.doRun(IFile[] files, IPath location, IFileBufferOperation fileBufferOperation) protected final voidFileBufferOperationHandler.doRun(IFile[] files, IPath location, IFileBufferOperation fileBufferOperation) Runs the given operation.Constructors in org.eclipse.ui.editors.text with parameters of type IFileBufferOperationModifierConstructorDescriptionprotectedFileBufferOperationAction(IFileBufferOperation fileBufferOperation) FileBufferOperationHandler(IFileBufferOperation fileBufferOperation) Creates a new file buffer operation handler.