| Modifier and Type | Method and Description |
|---|---|
IXtextDocument |
AbstractDirtyStateAwareEditorCallback.getDocument()
Deprecated.
|
IXtextDocument |
XtextEditor.getDocument() |
IXtextDocument |
DirtyStateEditorSupport.IDirtyStateEditorSupportClient.getDocument() |
IXtextDocument |
DocumentBasedDirtyResource.getUnderlyingDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentBasedDirtyResource.connect(IXtextDocument document) |
void |
DocumentBasedDirtyResource.disconnect(IXtextDocument document) |
protected void |
DirtyStateEditorSupport.initDirtyResource(IXtextDocument document) |
void |
IValidationJobScheduler.scheduleInitialValidation(IXtextDocument document)
Optionally triggers the validation on the given
document |
void |
ValidationJobScheduler.scheduleInitialValidation(IXtextDocument document) |
| Modifier and Type | Method and Description |
|---|---|
IXtextDocument |
ContentAssistContext.getDocument()
The actual document.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.jface.text.contentassist.ICompletionProposal[] |
RepeatedContentAssistProcessor.computeCompletionProposals(IXtextDocument document,
CompletionProposalComputer proposalComputer) |
| Modifier and Type | Method and Description |
|---|---|
IXtextDocument |
OpenDocumentTracker.getOpenDocument(org.eclipse.emf.common.util.URI resourceURI) |
| Modifier and Type | Method and Description |
|---|---|
protected Pair<org.eclipse.emf.common.util.URI,IXtextDocument> |
OpenDocumentTracker.getEntry(org.eclipse.ui.IWorkbenchPartReference partRef) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultFoldingRegionProvider.computeCommentFolding(IXtextDocument xtextDocument,
IFoldingRegionAcceptor<ITextRegion> foldingRegionAcceptor) |
protected void |
DefaultFoldingRegionProvider.computeCommentFolding(IXtextDocument xtextDocument,
IFoldingRegionAcceptor<ITextRegion> foldingRegionAcceptor,
org.eclipse.jface.text.ITypedRegion typedRegion,
boolean initiallyFolded) |
protected IFoldingRegionAcceptor<ITextRegion> |
DefaultFoldingRegionProvider.createAcceptor(IXtextDocument xtextDocument,
Collection<FoldedPosition> foldedPositions) |
protected Collection<FoldedPosition> |
DefaultFoldingRegionProvider.doGetFoldingRegions(IXtextDocument xtextDocument,
XtextResource xtextResource)
Compute the folding region.
|
Collection<FoldedPosition> |
IFoldingRegionProvider.getFoldingRegions(IXtextDocument xtextDocument) |
Collection<FoldedPosition> |
DefaultFoldingRegionProvider.getFoldingRegions(IXtextDocument xtextDocument) |
| Constructor and Description |
|---|
DefaultFoldingRegionAcceptor(IXtextDocument document,
Collection<FoldedPosition> result) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.text.edits.TextEdit |
ContentFormatterFactory.createTextEdit(IXtextDocument doc,
ReplaceRegion r)
Create a text edit from the given replace region.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.text.edits.TextEdit |
ContentFormatter.exec(IXtextDocument document,
org.eclipse.jface.text.IRegion region,
XtextResource resource) |
protected void |
ContentFormatter.initRequest(IXtextDocument document,
org.eclipse.jface.text.IRegion region,
XtextResource resource,
FormatterRequest request) |
| Constructor and Description |
|---|
ContentFormatter.FormattingUnitOfWork(IXtextDocument document,
org.eclipse.jface.text.IRegion region) |
| Modifier and Type | Class and Description |
|---|---|
class |
XtextDocument |
| Modifier and Type | Method and Description |
|---|---|
static IXtextDocument |
XtextDocumentUtil.get(Object ctx) |
| Modifier and Type | Method and Description |
|---|---|
IXtextDocument |
IssueModificationContext.getXtextDocument() |
IXtextDocument |
IModificationContext.getXtextDocument() |
IXtextDocument |
IssueModificationContext.getXtextDocument(org.eclipse.emf.common.util.URI uri) |
IXtextDocument |
IModificationContext.getXtextDocument(org.eclipse.emf.common.util.URI uri) |
| Modifier and Type | Method and Description |
|---|---|
<T> ReconcilingUnitOfWork<T> |
ReconcilingUnitOfWork.ReconcilingUnitOfWorkProvider.get(IUnitOfWork<T,XtextResource> work,
IXtextDocument document,
ITextEditComposer composer) |
| Constructor and Description |
|---|
ReconcilingUnitOfWork(IUnitOfWork<T,XtextResource> work,
IXtextDocument document,
ITextEditComposer composer) |
| Modifier and Type | Method and Description |
|---|---|
IOutlineNode |
IOutlineTreeProvider.createRoot(IXtextDocument document) |
IOutlineNode |
IOutlineTreeProvider.Cancelable.createRoot(IXtextDocument document,
CancelIndicator cancelIndicator) |
| Modifier and Type | Method and Description |
|---|---|
IXtextDocument |
DocumentRootNode.getDocument() |
IXtextDocument |
AbstractOutlineNode.getDocument() |
IXtextDocument |
OutlinePage.getXtextDocument() |
| Modifier and Type | Method and Description |
|---|---|
IOutlineNode |
BackgroundOutlineTreeProvider.createRoot(IXtextDocument document) |
IOutlineNode |
DefaultOutlineTreeProvider.createRoot(IXtextDocument document) |
IOutlineNode |
BackgroundOutlineTreeProvider.createRoot(IXtextDocument document,
CancelIndicator cancelIndicator) |
IOutlineNode |
DefaultOutlineTreeProvider.createRoot(IXtextDocument document,
CancelIndicator cancelIndicator) |
IOutlineNode |
OutlineNodeFactory.createRoot(IXtextDocument document,
org.eclipse.jface.resource.ImageDescriptor imageDescriptor,
Object text,
IOutlineTreeStructureProvider provider) |
| Constructor and Description |
|---|
DocumentRootNode(org.eclipse.jface.resource.ImageDescriptor imageDescriptor,
Object text,
IXtextDocument document,
IOutlineTreeStructureProvider treeProvider) |
DocumentRootNode(org.eclipse.swt.graphics.Image image,
Object text,
IXtextDocument document,
IOutlineTreeStructureProvider treeProvider)
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuickOutlinePopup.setInput(IXtextDocument document) |
| Modifier and Type | Method and Description |
|---|---|
IXtextDocument |
MarkerResolutionGenerator.getXtextDocument(org.eclipse.core.resources.IResource resource) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.eclipse.jface.text.source.Annotation> |
XtextQuickAssistProcessor.getApplicableAnnotations(IXtextDocument document,
org.eclipse.jface.text.source.IAnnotationModel annotationModel,
int offset) |
Iterable<IssueResolution> |
AbstractIssueResolutionProviderAdapter.getResolutions(Issue issue,
IXtextDocument document) |
| Modifier and Type | Method and Description |
|---|---|
IXtextDocument |
XtextAnnotation.getDocument() |
| Constructor and Description |
|---|
AnnotationIssueProcessor(IXtextDocument xtextDocument,
org.eclipse.jface.text.source.IAnnotationModel annotationModel,
IssueResolutionProvider issueResolutionProvider) |
XtextAnnotation(String type,
boolean isPersistent,
IXtextDocument document,
Issue issue,
boolean isQuickfixable) |
Copyright © 2016. All Rights Reserved.