Uses of Interface
org.eclipse.core.filebuffers.manipulation.IFileBufferOperation
-
Packages that use IFileBufferOperation Package Description 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 basedIFileBufferand others directly handlingIFileandIStorageas editor input. -
-
Uses of IFileBufferOperation in org.eclipse.core.filebuffers.manipulation
Classes in org.eclipse.core.filebuffers.manipulation that implement IFileBufferOperation Modifier and Type Class Description classConvertLineDelimitersOperationA text file buffer operation that changes the line delimiters to a specified line delimiter.classRemoveTrailingWhitespaceOperationA text file buffer operation that removes all trailing whitespace.classTextFileBufferOperationAbstraction for a file buffer operation that works on text file buffers.Methods in org.eclipse.core.filebuffers.manipulation with parameters of type IFileBufferOperation Modifier and Type Method Description voidGenericFileBufferOperationRunner. 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 Modifier and Type Field Description protected IFileBufferOperationFileBufferOperationAction. fFileBufferOperationMethods in org.eclipse.ui.editors.text with parameters of type IFileBufferOperation Modifier and Type Method Description protected voidFileBufferOperationAction. doRun(IFile[] files, IPath location, IFileBufferOperation fileBufferOperation)protected voidFileBufferOperationHandler. doRun(IFile[] files, IPath location, IFileBufferOperation fileBufferOperation)Runs the given operation.Constructors in org.eclipse.ui.editors.text with parameters of type IFileBufferOperation Constructor Description FileBufferOperationAction(IFileBufferOperation fileBufferOperation)FileBufferOperationHandler(IFileBufferOperation fileBufferOperation)Creates a new file buffer operation handler.
-