Uses of Interface
org.eclipse.core.filebuffers.ITextFileBuffer
Packages that use ITextFileBuffer
Package
Description
Provides the API for accessing file buffers.
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 ITextFileBuffer in org.eclipse.core.filebuffers
Methods in org.eclipse.core.filebuffers that return ITextFileBufferModifier and TypeMethodDescriptionITextFileBufferManager.getFileStoreTextFileBuffer(IFileStore fileStore) Returns the text file buffer managed for the given file store ornullif there is no such text file buffer.ITextFileBufferManager.getTextFileBuffer(IPath location) Deprecated.ITextFileBufferManager.getTextFileBuffer(IPath location, LocationKind locationKind) Returns the text file buffer managed for the file at the given location ornullif there is no such text file buffer.ITextFileBufferManager.getTextFileBuffer(IDocument document) Returns the text file buffer managed for the given document ornullif 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 ITextFileBufferModifier and TypeMethodDescriptionprotected MultiTextEditWithProgressConvertLineDelimitersOperation.computeTextEdit(ITextFileBuffer fileBuffer, IProgressMonitor progressMonitor) protected MultiTextEditWithProgressRemoveTrailingWhitespaceOperation.computeTextEdit(ITextFileBuffer fileBuffer, IProgressMonitor progressMonitor) protected abstract MultiTextEditWithProgressTextFileBufferOperation.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
ITextFileBufferManager.getTextFileBuffer(IPath, LocationKind)