|
Eclipse Platform Release 3.0 |
||||||||||
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
Bundle of all required information to allow IStorage
as underlying document resources.
Field Summary | |
String |
fEncoding
The encoding used to create the document from the storage or null for workbench encoding. |
boolean |
fIsModifiable
The flag representing the cached state whether the storage is modifiable. |
boolean |
fIsReadOnly
The flag representing the cached state whether the storage is read-only. |
boolean |
fUpdateCache
The flag representing the need to update the cached flag. |
Fields inherited from class org.eclipse.ui.texteditor.AbstractDocumentProvider.ElementInfo |
fCanBeSaved, fCount, fDocument, fElement, fIsStateValidated, fModel, fStatus |
Constructor Summary | |
StorageDocumentProvider.StorageInfo(IDocument document,
IAnnotationModel model)
Creates a new storage 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 boolean fIsModifiable
public boolean fIsReadOnly
public boolean fUpdateCache
public String fEncoding
null
for workbench encoding.
Constructor Detail |
public StorageDocumentProvider.StorageInfo(IDocument document, IAnnotationModel model)
document
- the documentmodel
- the annotation model
|
Eclipse Platform Release 3.0 |
||||||||||
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, 2004. All rights reserved.