Methods in
org.eclipse.core.filebuffers with parameters of type
LocationKind
|
void
|
IFileBufferManager.
connect
(
IPath location,
LocationKind locationKind,
IProgressMonitor monitor)
Connects the file at the given location to this manager. |
IAnnotationModel
|
ITextFileBufferManager.
createAnnotationModel
(
IPath location,
LocationKind locationKind)
Creates a new annotation for the given location. |
IDocument
|
ITextFileBufferManager.
createEmptyDocument
(
IPath location,
LocationKind locationKind)
Creates a new empty document. |
void
|
IFileBufferManager.
disconnect
(
IPath location,
LocationKind locationKind,
IProgressMonitor monitor)
Disconnects the file at the given location from this manager. |
IFileBuffer
|
IFileBufferManager.
getFileBuffer
(
IPath location,
LocationKind locationKind)
Returns the file buffer managed for the given location or null
if there is no such file buffer. |
ITextFileBuffer
|
ITextFileBufferManager.
getTextFileBuffer
(
IPath location,
LocationKind locationKind)
Returns the text file buffer managed for the file at the given location
or null if there is no such text file buffer. |
void
|
IDocumentSetupParticipantExtension.
setup
(
IDocument document,
IPath location,
LocationKind locationKind)
Sets up the document to be ready for use by a text file buffer. |