Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.core.filebuffers.LocationKind

Packages that use LocationKind
org.eclipse.core.filebuffers Provides the API for accessing file buffers. 
 

Uses of LocationKind in org.eclipse.core.filebuffers
 

Fields in org.eclipse.core.filebuffers declared as LocationKind
static LocationKind LocationKind.LOCATION
          The corresponding argument is a location in a file system.
static LocationKind LocationKind.IFILE
          The corresponding argument is the full path of an IFile.
static LocationKind LocationKind.NORMALIZE
          Tells to normalize the corresponding argument according to FileBuffers.normalizeLocation(IPath).
 

Methods in org.eclipse.core.filebuffers with parameters of type LocationKind
 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.
 IDocument ITextFileBufferManager.createEmptyDocument(IPath location, LocationKind locationKind)
          Creates a new empty document.
 IAnnotationModel ITextFileBufferManager.createAnnotationModel(IPath location, LocationKind locationKind)
          Creates a new annotation for the given location.
 void IFileBufferManager.connect(IPath location, LocationKind locationKind, IProgressMonitor monitor)
          Connects the file at the given location to this manager.
 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.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.