Methods from org.eclipse.text used by org.eclipse.ui.editors

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.jface.text.Document.Document()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.StorageDocumentProvider.createEmptyDocument()218
org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider.readDocument(IProgressMonitor, boolean)218

org.eclipse.jface.text.Document.Document(String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.setInformation(String)198

org.eclipse.jface.text.IDocument.addDocumentListener(IDocumentListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.DocumentReader(IDocument)129

org.eclipse.jface.text.IDocument.get()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.handleDocumentAboutToBeChanged()150
org.eclipse.ui.editors.text.FileDocumentProvider.doSaveDocument(IProgressMonitor, Object, IDocument, boolean)596
org.eclipse.ui.editors.text.FileDocumentProvider.handleElementContentChanged(IFileEditorInput)837
org.eclipse.ui.editors.text.FileDocumentProvider.handleElementContentChanged(IFileEditorInput)835
org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileFromDocument(IProgressMonitor, IFile, IDocument)889
org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileStoreFromDocument(IProgressMonitor, URI, IDocument)912

org.eclipse.jface.text.IDocument.get(int, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.subSequence(int, int)78
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.subSequence(int, int)78
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.ensureScrollable()387
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)316
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)270
org.eclipse.ui.texteditor.MarkerRulerAction.getLabelProposal(IDocument, int, int)479

org.eclipse.jface.text.IDocument.getChar(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.charAt(int)67
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.charAt(int)67
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)284
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)308
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)294
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)262

org.eclipse.jface.text.IDocument.getLength()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.length()59
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.length()59
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)985
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)184

org.eclipse.jface.text.IDocument.getLineInformation(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.ensureScrollable()386
org.eclipse.ui.texteditor.MarkerRulerAction.getInitialAttributes()449
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()402
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()468

org.eclipse.jface.text.IDocument.getLineLength(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)979
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)290
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)178

org.eclipse.jface.text.IDocument.getLineOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)977
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.createPositionFromMarker(IMarker)200
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)281

org.eclipse.jface.text.IDocument.getLineOfOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)972
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)280
org.eclipse.ui.texteditor.BasicMarkerUpdater.updateMarker(IMarker, IDocument, Position)89
org.eclipse.ui.texteditor.MarkerRulerAction.includesRulerLine(Position, IDocument)296
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)172
org.eclipse.ui.texteditor.SelectMarkerRulerAction.includesLine(Position, IDocument, int)320
org.eclipse.ui.texteditor.SelectMarkerRulerAction.includesRulerLine(Position, IDocument)294

org.eclipse.jface.text.IDocument.getNumberOfLines()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.ensureScrollable()377
org.eclipse.ui.texteditor.MarkerRulerAction.update()197

org.eclipse.jface.text.IDocument.removeDocumentListener(IDocumentListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.releaseDocument()164
org.eclipse.ui.editors.text.FileDocumentProvider.handleElementContentChanged(IFileEditorInput)844

org.eclipse.jface.text.IDocument.set(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.FileDocumentProvider.handleElementContentChanged(IFileEditorInput)845
org.eclipse.ui.editors.text.StorageDocumentProvider.setDocumentContent(IDocument, InputStream, String)147
org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileFromDocument(IProgressMonitor, IFile, IDocument)889
org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileStoreFromDocument(IProgressMonitor, URI, IDocument)912
org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider.setDocumentContent(IDocument, IStorage, String, IProgressMonitor, boolean)394

org.eclipse.jface.text.IDocumentExtension3.getDocumentPartitioner(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.ForwardingDocumentProvider.connect(Object)118

org.eclipse.jface.text.IDocumentExtension4.setInitialLineDelimiter(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.FileDocumentProvider.createElementInfo(Object)745

org.eclipse.jface.text.IRegion.getLength()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.ensureScrollable()387
org.eclipse.ui.texteditor.MarkerRulerAction.getInitialAttributes()451
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()403
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()469

org.eclipse.jface.text.IRegion.getOffset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.ensureScrollable()387
org.eclipse.ui.texteditor.MarkerRulerAction.getInitialAttributes()450
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()403
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()469

org.eclipse.jface.text.ISynchronizable.getLockObject()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.TextFileDocumentProvider.setUpSynchronization(TextFileDocumentProviderFileInfo)616

org.eclipse.jface.text.ISynchronizable.setLockObject(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.TextFileDocumentProvider.setUpSynchronization(TextFileDocumentProviderFileInfo)619
org.eclipse.ui.editors.text.TextFileDocumentProvider.setUpSynchronization(TextFileDocumentProviderFileInfo)622

org.eclipse.jface.text.Position.getLength()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.findSelectedOverviewRulerAnnotationLabel()1535
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)957
org.eclipse.ui.texteditor.BasicMarkerUpdater.updateMarker(IMarker, IDocument, Position)79
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)157

org.eclipse.jface.text.Position.getOffset()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.findSelectedOverviewRulerAnnotationLabel()1535
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)957
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)956
org.eclipse.ui.texteditor.BasicMarkerUpdater.updateMarker(IMarker, IDocument, Position)89
org.eclipse.ui.texteditor.BasicMarkerUpdater.updateMarker(IMarker, IDocument, Position)73
org.eclipse.ui.texteditor.MarkerRulerAction.includesRulerLine(Position, IDocument)296
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)157
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)156
org.eclipse.ui.texteditor.SelectMarkerRulerAction.includesLine(Position, IDocument, int)320
org.eclipse.ui.texteditor.SelectMarkerRulerAction.includesRulerLine(Position, IDocument)294

org.eclipse.jface.text.Position.isDeleted()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)954
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)960
org.eclipse.ui.texteditor.BasicMarkerUpdater.updateMarker(IMarker, IDocument, Position)61
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)160
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)154

org.eclipse.jface.text.Position.Position(int, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.createPositionFromMarker(IMarker)208

org.eclipse.jface.text.source.Annotation.Annotation(String, boolean, String)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.SimpleMarkerAnnotation.SimpleMarkerAnnotation(String, IMarker)47

org.eclipse.jface.text.source.Annotation.getText()

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.SimpleMarkerAnnotation.getText()-1

org.eclipse.jface.text.source.Annotation.getType()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AnnotationPreferenceLookup.getAnnotationPreference(Annotation)46
org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess.getType(Annotation)182
org.eclipse.ui.texteditor.SimpleMarkerAnnotation.updateType()99

org.eclipse.jface.text.source.Annotation.isPersistent()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess.isTemporary(Annotation)196

org.eclipse.jface.text.source.Annotation.setType(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.SimpleMarkerAnnotation.updateType()100

org.eclipse.jface.text.source.AnnotationModel.addAnnotation(Annotation, Position, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.addMarkerAnnotation(IMarker)228
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.resetMarkers()620
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.resetMarkers()604

org.eclipse.jface.text.source.AnnotationModel.AnnotationModel()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.LineNumberColumn.ensureQuickDiffProvider(String)549
org.eclipse.ui.internal.texteditor.LineNumberColumn.getAnnotationModelWithDiffer()658
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModelFactory.createAnnotationModel(IPath)37
OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.AbstractMarkerAnnotationModel()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.AbstractMarkerAnnotationModel()122

org.eclipse.jface.text.source.AnnotationModel.connected()

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.connected()-1

org.eclipse.jface.text.source.AnnotationModel.disconnected()

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.disconnected()-1

org.eclipse.jface.text.source.AnnotationModel.fireModelChanged()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.connected()250
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.removeAnnotations(List, boolean, boolean)372
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.resetMarkers()629
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel.update(IMarkerDelta[])114

org.eclipse.jface.text.source.AnnotationModel.getAnnotationIterator()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()408
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()472

org.eclipse.jface.text.source.AnnotationModel.getAnnotationIterator(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.catchupWithMarkers()397
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.getMarkerAnnotation(IMarker)417
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.resetMarkers()596
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.updateMarkers(IDocument)565
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel.batchedUpdate(IMarkerDelta[])144

org.eclipse.jface.text.source.AnnotationModel.getAnnotationIterator(int, int, boolean, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()403
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()469

org.eclipse.jface.text.source.AnnotationModel.getAnnotationMap()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.getMarkerPosition(IMarker)304
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.updateMarkers(IDocument)552

org.eclipse.jface.text.source.AnnotationModel.getPosition(Annotation)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()415
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()478

org.eclipse.jface.text.source.AnnotationModel.modifyAnnotationPosition(Annotation, Position, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.modifyMarkerAnnotation(IMarker)323
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel.batchedUpdate(IMarkerDelta[])158

org.eclipse.jface.text.source.AnnotationModel.removeAnnotation(Annotation, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.catchupWithMarkers()400
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.removeAnnotations(List, boolean, boolean)342
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.removeMarkerAnnotation(IMarker)385
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.resetMarkers()602
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel.batchedUpdate(IMarkerDelta[])152

org.eclipse.jface.text.source.AnnotationModel.removeAnnotations(List, boolean, boolean)

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.removeAnnotations(List, boolean, boolean)-1

org.eclipse.jface.text.source.IAnnotationModel.getAnnotationIterator()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.findSelectedOverviewRulerAnnotationLabel()1531

org.eclipse.jface.text.source.IAnnotationModel.getPosition(Annotation)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.findSelectedOverviewRulerAnnotationLabel()1534

org.eclipse.jface.text.source.IAnnotationModelExtension.addAnnotationModel(Object, IAnnotationModel)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.LineNumberColumn.ensureQuickDiffProvider(String)588
org.eclipse.ui.internal.texteditor.LineNumberColumn.getAnnotationModelWithDiffer()659

org.eclipse.jface.text.source.IAnnotationModelExtension.getAnnotationModel(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.editors.quickdiff.QuickDiffRestoreAction.getDiffer()204
org.eclipse.ui.internal.texteditor.LineNumberColumn.getDiffer()694

org.eclipse.jface.text.source.IAnnotationModelExtension.removeAnnotationModel(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.LineNumberColumn.ensureQuickDiffProvider(String)585

org.eclipse.jface.text.templates.Template.getContextTypeId()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.validateTemplate(Template)188

org.eclipse.jface.text.templates.Template.getName()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.readIncludedTemplates(Collection, IConfigurationElement)155
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.readIncludedTemplates(Collection, IConfigurationElement)153
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.validateTemplate(Template)196

org.eclipse.jface.text.templates.Template.getPattern()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.validateTemplate(Template)194

org.eclipse.jface.text.templates.Template.Template(String, String, String, String, boolean)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.createTemplate(Collection, IConfigurationElement)244

org.eclipse.jface.text.templates.TemplateContextType.addResolver(TemplateVariableResolver)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createContextType(String)98

org.eclipse.jface.text.templates.TemplateContextType.getId()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createContextType(IConfigurationElement)164

org.eclipse.jface.text.templates.TemplateContextType.getName()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createContextType(IConfigurationElement)166

org.eclipse.jface.text.templates.TemplateContextType.setId(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createContextType(IConfigurationElement)165

org.eclipse.jface.text.templates.TemplateContextType.setName(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createContextType(IConfigurationElement)167

org.eclipse.jface.text.templates.TemplateContextType.validate(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.validateTemplate(Template)194

org.eclipse.jface.text.templates.TemplateVariableResolver.setDescription(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createResolver(IConfigurationElement)184

org.eclipse.jface.text.templates.TemplateVariableResolver.setType(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createResolver(IConfigurationElement)181

org.eclipse.jface.text.TextUtilities.copy(String[])

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.AnnotationType.AnnotationType(String, String[])28

Back to reference summary for org.eclipse.ui.editors

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict