Uses of Interface
org.eclipse.core.filebuffers.manipulation.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
Modifier and TypeClassDescriptionclass
A text file buffer operation that changes the line delimiters to a specified line delimiter.class
A text file buffer operation that removes all trailing whitespace.class
Abstraction for a file buffer operation that works on text file buffers.Modifier and TypeMethodDescriptionvoid
GenericFileBufferOperationRunner.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
Modifier and TypeFieldDescriptionprotected IFileBufferOperation
FileBufferOperationAction.fFileBufferOperation
Modifier and TypeMethodDescriptionprotected final void
FileBufferOperationAction.doRun
(IFile[] files, IPath location, IFileBufferOperation fileBufferOperation) protected final void
FileBufferOperationHandler.doRun
(IFile[] files, IPath location, IFileBufferOperation fileBufferOperation) Runs the given operation.ModifierConstructorDescriptionprotected
FileBufferOperationAction
(IFileBufferOperation fileBufferOperation) FileBufferOperationHandler
(IFileBufferOperation fileBufferOperation) Creates a new file buffer operation handler.