org.eclipse.jst.jsf.context.structureddocument.internal.provisional
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
public org.eclipse.jface.text.IDocument getStructuredDocument()
- Returns:
- the text viewer whose context we are in
getDocumentPosition
public int getDocumentPosition()
- Returns:
- the document position within the text viewer's context
where we are.