Uses of Class
org.eclipse.core.filebuffers.LocationKind
Packages that use LocationKind
Package
Description
Provides the API for accessing 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 LocationKind in org.eclipse.core.filebuffers
Fields in org.eclipse.core.filebuffers declared as LocationKindModifier and TypeFieldDescriptionstatic final LocationKindLocationKind.IFILEThe corresponding argument is the full path of anIFile.static final LocationKindLocationKind.LOCATIONThe corresponding argument is a location in a file system.static final LocationKindLocationKind.NORMALIZETells to normalize the corresponding argument according toFileBuffers.normalizeLocation(IPath).Methods in org.eclipse.core.filebuffers with parameters of type LocationKindModifier and TypeMethodDescriptionvoidIFileBufferManager.connect(IPath location, LocationKind locationKind, IProgressMonitor monitor) Connects the file at the given location to this manager.ITextFileBufferManager.createAnnotationModel(IPath location, LocationKind locationKind) Creates a new annotation for the given location.ITextFileBufferManager.createEmptyDocument(IPath location, LocationKind locationKind) Creates a new empty document.voidIFileBufferManager.disconnect(IPath location, LocationKind locationKind, IProgressMonitor monitor) Disconnects the file at the given location from this manager.IFileBufferManager.getFileBuffer(IPath location, LocationKind locationKind) Returns the file buffer managed for the given location ornullif there is no such file buffer.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.voidIDocumentSetupParticipantExtension.setup(IDocument document, IPath location, LocationKind locationKind) Sets up the document to be ready for use by a text file buffer. -
Uses of LocationKind in org.eclipse.ui.editors.text
Fields in org.eclipse.ui.editors.text declared as LocationKindModifier and TypeFieldDescriptionTextFileDocumentProvider.FileInfo.fTextFileBufferLocationKindThe file buffer location kind.