org.eclipse.xtext.ui.editor.model
Class XtextDocumentProvider.URIInfo

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.model.XtextDocumentProvider.URIInfo
All Implemented Interfaces:
org.eclipse.jface.text.IDocumentListener
Enclosing class:
XtextDocumentProvider

protected class XtextDocumentProvider.URIInfo
extends java.lang.Object

Bundle of all required information to allow URI as underlying document content provider.

Since:
2.3

Field Summary
 boolean isModifiable
          The flag representing the cached state whether the storage is modifiable.
 boolean isReadOnly
          The flag representing the cached state whether the storage is read-only.
 boolean updateCache
          The flag representing the need to update the cached flag.
 
Constructor Summary
XtextDocumentProvider.URIInfo(org.eclipse.jface.text.IDocument document, org.eclipse.jface.text.source.IAnnotationModel model)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isModifiable

public boolean isModifiable
The flag representing the cached state whether the storage is modifiable.


isReadOnly

public boolean isReadOnly
The flag representing the cached state whether the storage is read-only.


updateCache

public boolean updateCache
The flag representing the need to update the cached flag.

Constructor Detail

XtextDocumentProvider.URIInfo

public XtextDocumentProvider.URIInfo(org.eclipse.jface.text.IDocument document,
                                     org.eclipse.jface.text.source.IAnnotationModel model)