|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.AbstractDocumentProvider.ElementInfo
org.eclipse.ui.editors.text.StorageDocumentProvider.StorageInfo
org.eclipse.ui.editors.text.FileDocumentProvider.FileInfo
Bundle of all required information to allow files as underlying document resources.
Field Summary | |
---|---|
FileDocumentProvider.FileSynchronizer |
fFileSynchronizer
The file synchronizer. |
long |
fModificationStamp
The time stamp at which this provider changed the file. |
Fields inherited from class org.eclipse.ui.editors.text.StorageDocumentProvider.StorageInfo |
---|
fEncoding, fIsModifiable, fIsReadOnly, fUpdateCache |
Fields inherited from class org.eclipse.ui.texteditor.AbstractDocumentProvider.ElementInfo |
---|
fCanBeSaved, fCount, fDocument, fElement, fIsStateValidated, fModel, fStatus |
Constructor Summary | |
---|---|
FileDocumentProvider.FileInfo(IDocument document,
IAnnotationModel model,
FileDocumentProvider.FileSynchronizer fileSynchronizer)
Creates and returns a new file info. |
Methods inherited from class org.eclipse.ui.texteditor.AbstractDocumentProvider.ElementInfo |
---|
documentAboutToBeChanged, documentChanged, equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public FileDocumentProvider.FileSynchronizer fFileSynchronizer
public long fModificationStamp
Constructor Detail |
public FileDocumentProvider.FileInfo(IDocument document, IAnnotationModel model, FileDocumentProvider.FileSynchronizer fileSynchronizer)
document
- the documentmodel
- the annotation modelfileSynchronizer
- the file synchronizer
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.