|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITextFileBuffer | |
---|---|
org.eclipse.core.filebuffers | Provides the API for accessing file buffers. |
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 ITextFileBuffer in org.eclipse.core.filebuffers |
---|
Methods in org.eclipse.core.filebuffers that return ITextFileBuffer | |
ITextFileBuffer |
ITextFileBufferManager.getTextFileBuffer(IPath location)
Returns the text file buffer managed for the file at the given location or null if either 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 ITextFileBuffer | |
protected abstract MultiTextEditWithProgress |
TextFileBufferOperation.computeTextEdit(ITextFileBuffer textFileBuffer,
IProgressMonitor progressMonitor)
Computes and returns a text edit. |
protected MultiTextEditWithProgress |
RemoveTrailingWhitespaceOperation.computeTextEdit(ITextFileBuffer fileBuffer,
IProgressMonitor progressMonitor)
|
protected MultiTextEditWithProgress |
ConvertLineDelimitersOperation.computeTextEdit(ITextFileBuffer fileBuffer,
IProgressMonitor progressMonitor)
|
Uses of ITextFileBuffer in org.eclipse.ui.editors.text |
---|
Fields in org.eclipse.ui.editors.text declared as ITextFileBuffer | |
ITextFileBuffer |
TextFileDocumentProvider.FileInfo.fTextFileBuffer
|
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.