org.eclipse.jst.jsf.context.structureddocument
Interface IStructuredDocumentContext
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, IDocumentContext, IModelContext
- All Known Implementing Classes:
- AbstractStructuredDocumentContext
public interface IStructuredDocumentContext
- extends IDocumentContext
Encapsulates runtime context in an SSE IStructuredDocument
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
getStructuredDocument
org.eclipse.jface.text.IDocument getStructuredDocument()
- Returns:
- the text viewer whose context we are in
getDocumentPosition
int getDocumentPosition()
- Returns:
- the document position within the text viewer's context
where we are.