Methods from org.eclipse.text used by org.eclipse.ui.workbench.texteditor

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

Reference Details

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.restoreAfterLine(int)371
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertBlock(int)301
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertLine(int)275
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertSelection(int, int)320

org.eclipse.jface.text.DefaultLineTracker.DefaultLineTracker()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.installTabsToSpacesConverter()7142

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.createPatternViewer(Composite)643
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.createViewer(Composite)1109

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.2.createUnprotectedCopy(IDocument)730
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createEditor(Composite, String)474
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createEditor(Composite, String)474

org.eclipse.jface.text.DocumentEvent.DocumentEvent(IDocument, int, int, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.2.run(IProgressMonitor)669

org.eclipse.jface.text.DocumentEvent.getDocument()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.documentAboutToBeChanged(DocumentEvent)749
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.documentChanged(DocumentEvent)822
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.handleAboutToBeChanged(DocumentEvent)797
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.handleChanged(DocumentEvent)910
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.handleChanged(DocumentEvent)909
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.4.textChanged(TextEvent)494

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalUpdate(DocumentEvent)102
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.handleAboutToBeChanged(DocumentEvent)805

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalUpdate(DocumentEvent)105
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalUpdate(DocumentEvent)102
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.handleAboutToBeChanged(DocumentEvent)804
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.handleAboutToBeChanged(DocumentEvent)805

org.eclipse.jface.text.DocumentEvent.getText()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalUpdate(DocumentEvent)103
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.handleChanged(DocumentEvent)916

org.eclipse.jface.text.DocumentRewriteSession.getSessionType()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.1.documentRewriteSessionChanged(DocumentRewriteSessionEvent)226

org.eclipse.jface.text.DocumentRewriteSessionEvent.getChangeType()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.1.documentRewriteSessionChanged(DocumentRewriteSessionEvent)228
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.1.documentRewriteSessionChanged(DocumentRewriteSessionEvent)230

org.eclipse.jface.text.DocumentRewriteSessionEvent.getSession()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.1.documentRewriteSessionChanged(DocumentRewriteSessionEvent)226

org.eclipse.jface.text.FindReplaceDocumentAdapter.escapeForRegExPattern(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.texteditor.FindNextAction.getFindString()134
org.eclipse.ui.texteditor.FindReplaceDialog.initFindStringFromSelection()1037

org.eclipse.jface.text.FindReplaceDocumentAdapter.find(int, String, boolean, boolean, boolean, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)221
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)238
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)226
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)183
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)169
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)164

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)216
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)147

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.2.run(IProgressMonitor)557
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.connect(IDocument)1389
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.resume()1564
org.eclipse.ui.texteditor.AbstractDocumentProvider.addUnchangedElementListeners(Object, AbstractDocumentProviderElementInfo)360
org.eclipse.ui.texteditor.AbstractTextEditor.ElementStateListener.Validator.verifyText(VerifyEvent)372
org.eclipse.ui.texteditor.AbstractTextEditor.ElementStateListener.Validator.verifyText(VerifyEvent)372
org.eclipse.ui.texteditor.AbstractTextEditor.ElementStateListener.Validator.verifyText(VerifyEvent)372
org.eclipse.ui.texteditor.AbstractTextEditor.SelectionListener.setDocument(IDocument)1625
org.eclipse.ui.texteditor.AbstractTextEditor.SelectionListener.setDocument(IDocument)1625

org.eclipse.jface.text.IDocument.addPosition(Position)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.9.run()637
org.eclipse.ui.texteditor.InsertLineAction.run()140

org.eclipse.jface.text.IDocument.addPosition(String, Position)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.installOnDocument(IDocument, Position)109

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.installOnDocument(IDocument, Position)104

org.eclipse.jface.text.IDocument.addPositionUpdater(IPositionUpdater)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.installOnDocument(IDocument, Position)105

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalUpdate(DocumentEvent)104
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.handleChanged(DocumentEvent)917

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.installOnDocument(IDocument, Position)103

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.2.createUnprotectedCopy(IDocument)730
org.eclipse.ui.texteditor.AbstractDocumentProvider.doResetDocument(Object, IProgressMonitor)526
org.eclipse.ui.texteditor.AbstractTextEditor.7.run()523
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.doSourceChanged(IDocument)414
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.doSourceChanged(IDocument)414
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.okPressed()663
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.okPressed()663
org.eclipse.ui.texteditor.templates.TemplateVariableProcessor.computeCompletionProposals(ITextViewer, int)96

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)231
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)171
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getPrefixString(IDocument, int)258
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getPrefixString(IDocument, int)265
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalGetHash(int)76
org.eclipse.ui.internal.texteditor.quickdiff.DiffRegion.getOriginalText()162
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.restoreAfterLine(int)401
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertBlock(int)312
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertLine(int)291
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertSelection(int, int)363
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.searchForRepetitionField(int, IDocument, int)1281
org.eclipse.ui.texteditor.CaseAction.run()91
org.eclipse.ui.texteditor.HippieProposalProcessor.getPrefix(ITextViewer, int)193
org.eclipse.ui.texteditor.HippieProposalProcessor.Proposal.validate(IDocument, int, DocumentEvent)126
org.eclipse.ui.texteditor.HippieProposalProcessor.Proposal.validate(IDocument, int, DocumentEvent)126
org.eclipse.ui.texteditor.JoinLinesAction.trim(IDocument, int, boolean)175
org.eclipse.ui.texteditor.JoinLinesAction.trim(IDocument, int, boolean)180
org.eclipse.ui.texteditor.MoveLinesAction.containedByVisibleRegion(ITextSelection, ITextViewer)171
org.eclipse.ui.texteditor.MoveLinesAction.containedByVisibleRegion(ITextSelection, ITextViewer)162
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAll(ISourceViewer, String)150
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAllInActiveEditor(ITextEditor, String)97
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.equalsLocationOf(ITextEditor)177
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.deleteLine(IDocument, ITextSelection, int, boolean)366

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.getCursorPosition()6616
org.eclipse.ui.texteditor.HippieProposalProcessor.getPrefix(ITextViewer, int)190
org.eclipse.ui.texteditor.InsertLineAction.getIndentationLength(IDocument, IRegion)174
org.eclipse.ui.texteditor.JoinLinesAction.trim(IDocument, int, boolean)177

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)180
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)143
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6839
org.eclipse.ui.texteditor.AbstractTextEditor.isValidSelection(int, int)2909
org.eclipse.ui.texteditor.GotoLineAction.run()200
org.eclipse.ui.texteditor.HippieProposalProcessor.getPrefix(ITextViewer, int)186
org.eclipse.ui.texteditor.MoveLinesAction.runWithEvent(Event)314
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.initialReconcile()169
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)185
org.eclipse.ui.texteditor.spelling.SpellingService.check(IDocument, SpellingContext, ISpellingProblemCollector, IProgressMonitor)81

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)160
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)160
org.eclipse.ui.texteditor.JoinLinesAction.getLineDelimiterLength(IDocument, int)184
org.eclipse.ui.texteditor.MoveLinesAction.getMovingSelection(IDocument, ITextSelection, ITextViewer)223
org.eclipse.ui.texteditor.MoveLinesAction.runWithEvent(Event)321
org.eclipse.ui.texteditor.MoveLinesAction.runWithEvent(Event)334
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.getOffset(IDocument, StyledText, Point)1598
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.getDeleteRegion(IDocument, ITextSelection, int)296

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalGetHash(int)75
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.searchForRepetitionField(int, IDocument, int)1280
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)162
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)162
org.eclipse.ui.texteditor.InsertLineAction.run()113
org.eclipse.ui.texteditor.InsertLineAction.run()118
org.eclipse.ui.texteditor.MoveLinesAction.getSkippedLine(IDocument, ITextSelection)254
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.getDeleteRegion(IDocument, ITextSelection, int)292

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1212
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1212
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.run()1245
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.run()1245
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1350
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1350
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.run()1384
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.run()1384
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)178
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)177

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DiffRegion.getOriginalText()162
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.getPosition(Annotation)1497
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.restoreAfterLine(int)400
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertBlock(int)309
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertBlock(int)311
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertLine(int)283
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertLine(int)290
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertSelection(int, int)353
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertSelection(int, int)350
org.eclipse.ui.texteditor.JoinLinesAction.joinLines(IDocument, int, int)164
org.eclipse.ui.texteditor.JoinLinesAction.trim(IDocument, int, boolean)172
org.eclipse.ui.texteditor.MoveLinesAction.getMovingSelection(IDocument, ITextSelection, ITextViewer)220
org.eclipse.ui.texteditor.MoveLinesAction.getMovingSelection(IDocument, ITextSelection, ITextViewer)230
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.getOffset(IDocument, StyledText, Point)1600
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.getDeleteRegion(IDocument, ITextSelection, int)281

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DiffRegion.getOriginalText()162
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.getPosition(Annotation)1496
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.getPosition(Annotation)1497
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.restoreAfterLine(int)399
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.restoreAfterLine(int)396
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.restoreAfterLine(int)400
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertBlock(int)310
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertBlock(int)311
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertBlock(int)309
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertBlock(int)308
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertLine(int)282
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertLine(int)289
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertSelection(int, int)350
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertSelection(int, int)337
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertSelection(int, int)335
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertSelection(int, int)353
org.eclipse.ui.texteditor.AbstractTextEditor.getCursorPosition()6612
org.eclipse.ui.texteditor.AbstractTextEditor.InformationDispatchAction.makeAnnotationHoverFocusable(ISourceViewer, IAnnotationHover)2025
org.eclipse.ui.texteditor.AbstractTextEditor.InformationDispatchAction.makeAnnotationHoverFocusable(ISourceViewer, IAnnotationHover)2025
org.eclipse.ui.texteditor.GotoLineAction.gotoLine(int)170
org.eclipse.ui.texteditor.JoinLinesAction.joinLines(IDocument, int, int)163
org.eclipse.ui.texteditor.JoinLinesAction.joinLines(IDocument, int, int)164
org.eclipse.ui.texteditor.JoinLinesAction.trim(IDocument, int, boolean)171
org.eclipse.ui.texteditor.MoveLinesAction.getMovingSelection(IDocument, ITextSelection, ITextViewer)220
org.eclipse.ui.texteditor.MoveLinesAction.getMovingSelection(IDocument, ITextSelection, ITextViewer)218
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.getOffset(IDocument, StyledText, Point)1600
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.getDeleteRegion(IDocument, ITextSelection, int)281
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.getDeleteRegion(IDocument, ITextSelection, int)285
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.getDeleteRegion(IDocument, ITextSelection, int)279

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalUpdate(DocumentEvent)105
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.handleAboutToBeChanged(DocumentEvent)804
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.handleAboutToBeChanged(DocumentEvent)805
org.eclipse.ui.texteditor.AbstractTextEditor.getCursorPosition()6610
org.eclipse.ui.texteditor.GotoLineAction.run()200
org.eclipse.ui.texteditor.InsertLineAction.run()112
org.eclipse.ui.texteditor.MoveLinesAction.containedByVisibleRegion(ITextSelection, ITextViewer)160
org.eclipse.ui.texteditor.MoveLinesAction.containedByVisibleRegion(ITextSelection, ITextViewer)169

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.DocumentEquivalenceClass(IDocument, IHashFunction)42
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.searchForRepetitionField(int, IDocument, int)1275
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)145
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)145
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.run()100
org.eclipse.ui.texteditor.JoinLinesAction.joinLines(IDocument, int, int)148
org.eclipse.ui.texteditor.MoveLinesAction.getSkippedLine(IDocument, ITextSelection)249
org.eclipse.ui.texteditor.MoveLinesAction.getSkippedLine(IDocument, ITextSelection)249
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createEditor(Composite, String)478
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createEditor(Composite, String)478

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalUpdate(DocumentEvent)102

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.uninstallFromDocument(IDocument, Position)133

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.2.run(IProgressMonitor)680
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.initialize()474
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.suspend()1545
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.suspend()1543
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.uninstall()1424
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.uninstall()1429
org.eclipse.ui.texteditor.AbstractDocumentProvider.removeUnchangedElementListeners(Object, AbstractDocumentProviderElementInfo)375
org.eclipse.ui.texteditor.AbstractTextEditor.ElementStateListener.Validator.verifyText(VerifyEvent)377
org.eclipse.ui.texteditor.AbstractTextEditor.ElementStateListener.Validator.verifyText(VerifyEvent)377
org.eclipse.ui.texteditor.AbstractTextEditor.ElementStateListener.Validator.verifyText(VerifyEvent)377
org.eclipse.ui.texteditor.AbstractTextEditor.ElementStateListener.Validator.verifyText(VerifyEvent)377
org.eclipse.ui.texteditor.AbstractTextEditor.ElementStateListener.Validator.verifyText(VerifyEvent)377
org.eclipse.ui.texteditor.AbstractTextEditor.ElementStateListener.Validator.verifyText(VerifyEvent)377
org.eclipse.ui.texteditor.AbstractTextEditor.SelectionListener.setDocument(IDocument)1621
org.eclipse.ui.texteditor.AbstractTextEditor.SelectionListener.setDocument(IDocument)1621
org.eclipse.ui.texteditor.AbstractTextEditor.SelectionListener.uninstall(ISelectionProvider)1648
org.eclipse.ui.texteditor.AbstractTextEditor.SelectionListener.uninstall(ISelectionProvider)1648

org.eclipse.jface.text.IDocument.removePosition(Position)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.9.run()629
org.eclipse.ui.texteditor.AbstractTextEditor.TextListener.inputDocumentAboutToBeChanged(IDocument, IDocument)694
org.eclipse.ui.texteditor.AbstractTextEditor.TextListener.inputDocumentAboutToBeChanged(IDocument, IDocument)694
org.eclipse.ui.texteditor.InsertLineAction.run()148

org.eclipse.jface.text.IDocument.removePosition(String, Position)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.uninstallFromDocument(IDocument, Position)131

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.uninstallFromDocument(IDocument, Position)135

org.eclipse.jface.text.IDocument.removePositionUpdater(IPositionUpdater)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.uninstallFromDocument(IDocument, Position)136

org.eclipse.jface.text.IDocument.replace(int, int, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.2.run(IProgressMonitor)673
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.restoreAfterLine(int)401
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertBlock(int)312
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertLine(int)293
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.revertSelection(int, int)363
org.eclipse.ui.texteditor.AbstractTextEditor.22.drop(DropTargetEvent)3653
org.eclipse.ui.texteditor.CaseAction.run()94
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)163
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)163
org.eclipse.ui.texteditor.HippieCompleteAction.completeNext()158
org.eclipse.ui.texteditor.HippieProposalProcessor.Proposal.apply(IDocument, char, int)94
org.eclipse.ui.texteditor.HippieProposalProcessor.Proposal.apply(IDocument, char, int)94
org.eclipse.ui.texteditor.JoinLinesAction.joinLines(IDocument, int, int)166
org.eclipse.ui.texteditor.MoveLinesAction.runWithEvent(Event)359
org.eclipse.ui.texteditor.MoveLinesAction.runWithEvent(Event)356
org.eclipse.ui.texteditor.templates.TemplateVariableProposal.apply(IDocument)66
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.deleteLine(IDocument, ITextSelection, int, boolean)382
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.deleteLine(IDocument, ITextSelection, int, boolean)388

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDocumentProvider.doResetDocument(Object, IProgressMonitor)526
org.eclipse.ui.texteditor.AbstractTextEditor.8.run()552
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.updatePatternViewer(Template)627
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createEditor(Composite, String)472
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createEditor(Composite, String)472
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.updateViewerInput()1143
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.updateViewerInput()1145

org.eclipse.jface.text.IDocumentExtension4.addDocumentRewriteSessionListener(IDocumentRewriteSessionListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.connect(IDocument)1392

org.eclipse.jface.text.IDocumentExtension4.removeDocumentRewriteSessionListener(IDocumentRewriteSessionListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.uninstall()1432

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)224
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)231
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)230
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)234
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)227
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)171
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)170
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)179
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)167
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalGetHash(int)76
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.searchForRepetitionField(int, IDocument, int)1281
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.run()1245
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.run()1245
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.run()1384
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.run()1384
org.eclipse.ui.texteditor.AbstractTextEditor.setHighlightRange(int, int, boolean)6107
org.eclipse.ui.texteditor.CaseAction.run()91
org.eclipse.ui.texteditor.CaseAction.run()94
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)163
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)163
org.eclipse.ui.texteditor.FindReplaceDialog.useSelectedLines(boolean)552
org.eclipse.ui.texteditor.InsertLineAction.getIndentationLength(IDocument, IRegion)172
org.eclipse.ui.texteditor.InsertLineAction.run()122
org.eclipse.ui.texteditor.InsertLineAction.run()119
org.eclipse.ui.texteditor.MarkRegionTarget.isVisible(ITextViewer, int)123
org.eclipse.ui.texteditor.MoveLinesAction.containedByVisibleRegion(ITextSelection, ITextViewer)167
org.eclipse.ui.texteditor.MoveLinesAction.getSkippedLine(IDocument, ITextSelection)255
org.eclipse.ui.texteditor.MoveLinesAction.runWithEvent(Event)366
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)182
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)178
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.clipToVisibleRegion(int, int)328
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.deleteLine(IDocument, ITextSelection, int, boolean)357
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.getDeleteRegion(IDocument, ITextSelection, int)293

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)231
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)227
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)234
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsBackwards(IDocument, CharSequence, int)224
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)173
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)171
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)167
org.eclipse.ui.internal.texteditor.HippieCompletionEngine.getCompletionsForward(IDocument, CharSequence, int, boolean)179
org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence.DocumentEquivalenceClass.internalGetHash(int)76
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.searchForRepetitionField(int, IDocument, int)1281
org.eclipse.ui.texteditor.AbstractTextEditor.InformationDispatchAction.computeOffsetAtLocation(ITextViewer, int, int)2069
org.eclipse.ui.texteditor.AbstractTextEditor.InformationDispatchAction.computeOffsetAtLocation(ITextViewer, int, int)2069
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1212
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1212
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1350
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1350
org.eclipse.ui.texteditor.AbstractTextEditor.modelOffset2WidgetOffset(ISourceViewer, int)6718
org.eclipse.ui.texteditor.AbstractTextEditor.setHighlightRange(int, int, boolean)6107
org.eclipse.ui.texteditor.AbstractTextEditor.widgetOffset2ModelOffset(ISourceViewer, int)6701
org.eclipse.ui.texteditor.CaseAction.run()94
org.eclipse.ui.texteditor.CaseAction.run()91
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)163
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)163
org.eclipse.ui.texteditor.FindReplaceDialog.useSelectedLines(boolean)551
org.eclipse.ui.texteditor.FindReplaceDialog.useSelectedLines(boolean)552
org.eclipse.ui.texteditor.InsertLineAction.getIndentationLength(IDocument, IRegion)171
org.eclipse.ui.texteditor.InsertLineAction.getIndentationLength(IDocument, IRegion)178
org.eclipse.ui.texteditor.InsertLineAction.run()122
org.eclipse.ui.texteditor.InsertLineAction.run()119
org.eclipse.ui.texteditor.InsertLineAction.run()131
org.eclipse.ui.texteditor.MarkRegionTarget.isVisible(ITextViewer, int)122
org.eclipse.ui.texteditor.MoveLinesAction.containedByVisibleRegion(ITextSelection, ITextViewer)157
org.eclipse.ui.texteditor.MoveLinesAction.getSkippedLine(IDocument, ITextSelection)255
org.eclipse.ui.texteditor.MoveLinesAction.runWithEvent(Event)366
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)182
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)179
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)179
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)182
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)178
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)182
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)177
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.getOffset(IDocument, StyledText, Point)1605
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.clipToVisibleRegion(int, int)327
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.deleteLine(IDocument, ITextSelection, int, boolean)356
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.getDeleteRegion(IDocument, ITextSelection, int)293

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.2.run(IProgressMonitor)569
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.SpellingProblemCollector(SpellingReconcileStrategy, IAnnotationModel)71
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.SpellingProblemCollector(SpellingReconcileStrategy, IAnnotationModel)71

org.eclipse.jface.text.link.LinkedModeModel.findPosition(LinkedPosition)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1207
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1207
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1345
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1345

org.eclipse.jface.text.link.LinkedModeModel.getModel(IDocument, int)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1205
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1205
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1343
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1343

org.eclipse.jface.text.link.LinkedPosition.LinkedPosition(IDocument, int, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1207
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1207
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1345
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1345

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6892
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6853
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6887
org.eclipse.ui.texteditor.AbstractTextEditor.gotoAnnotation(boolean)6812
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1209
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1209
org.eclipse.ui.texteditor.spelling.SpellingCorrectionProcessor.isAtPosition(int, Position)65
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAll(ISourceViewer, String)150
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAllInActiveEditor(ITextEditor, String)97

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6886
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6891
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6863
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6873
org.eclipse.ui.texteditor.AbstractTextEditor.gotoAnnotation(boolean)6812
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1209
org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction.getLineEndPosition(IDocument, String, int, int)1209
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1347
org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction.getLineStartPosition(IDocument, String, int, int)1347
org.eclipse.ui.texteditor.InsertLineAction.run()150
org.eclipse.ui.texteditor.spelling.SpellingCorrectionProcessor.isAtPosition(int, Position)65
org.eclipse.ui.texteditor.spelling.SpellingCorrectionProcessor.isAtPosition(int, Position)65
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAll(ISourceViewer, String)150
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAllInActiveEditor(ITextEditor, String)97

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.partSaved(IEditorPart)310

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.mergeInto(INavigationLocation)234

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.getPosition(Annotation)1497
org.eclipse.ui.texteditor.AbstractTextEditor.9.run()635
org.eclipse.ui.texteditor.AbstractTextEditor.gotoAnnotation(boolean)6806
org.eclipse.ui.texteditor.InsertLineAction.run()139
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.accept(SpellingProblem)80
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.accept(SpellingProblem)80
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.partSaved(IEditorPart)313
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.restoreState(IMemento)276
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.restoreState(IMemento)284
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.TextSelectionNavigationLocation(ITextEditor, boolean)76
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.TextSelectionNavigationLocation(ITextEditor, boolean)71
org.eclipse.ui.texteditor.TextSelectionNavigationLocation.update()340

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6892
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6887

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6886
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6891

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.adjustHighlightRange(int, int)6153
org.eclipse.ui.texteditor.AbstractTextEditor.InformationDispatchAction.makeAnnotationHoverFocusable(ISourceViewer, IAnnotationHover)2034
org.eclipse.ui.texteditor.AbstractTextEditor.InformationDispatchAction.makeAnnotationHoverFocusable(ISourceViewer, IAnnotationHover)2034
org.eclipse.ui.texteditor.AbstractTextEditor.isVisible(ISourceViewer, int, int)6749
org.eclipse.ui.texteditor.FindReplaceDialog.useSelectedLines(boolean)544
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.initialReconcile()169
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)185
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(DirtyRegion, IRegion)182
org.eclipse.ui.texteditor.spelling.SpellingService.check(IDocument, SpellingContext, ISpellingProblemCollector, IProgressMonitor)81
org.eclipse.ui.texteditor.TextViewerDeleteLineTarget.clipToVisibleRegion(int, int)332

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

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.DefaultRangeIndicator.DefaultRangeIndicator()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.DefaultRangeIndicator.DefaultRangeIndicator()52

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

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DiffRegion.DiffRegion(QuickDiffRangeDifference, int, List, IDocument)51
org.eclipse.ui.texteditor.spelling.SpellingAnnotation.SpellingAnnotation(SpellingProblem)36

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

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DiffRegion.getText()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.gotoAnnotation(boolean)6813

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

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DiffRegion.getType()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAll(ISourceViewer, String)142
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAllInActiveEditor(ITextEditor, String)89
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.endCollecting()101
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.endCollecting()101

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.spelling.SpellingCorrectionProcessor.canFix(Annotation)109

org.eclipse.jface.text.source.AnnotationModelEvent.annotationAdded(Annotation)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.documentChanged(DocumentEvent)864

org.eclipse.jface.text.source.AnnotationModelEvent.annotationChanged(Annotation)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.documentChanged(DocumentEvent)872

org.eclipse.jface.text.source.AnnotationModelEvent.AnnotationModelEvent(IAnnotationModel, boolean)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.documentChanged(DocumentEvent)861

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.fireModelChanged()1509

org.eclipse.jface.text.source.AnnotationModelEvent.annotationRemoved(Annotation)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.documentChanged(DocumentEvent)868

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.endCollecting()113
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.endCollecting()113

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6843
org.eclipse.ui.texteditor.spelling.SpellingCorrectionProcessor.computeProposals(IQuickAssistInvocationContext, IAnnotationModel)71
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAll(ISourceViewer, String)139
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAllInActiveEditor(ITextEditor, String)86
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.endCollecting()98
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.endCollecting()98

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.findAnnotation(int, int, boolean, Position)6849
org.eclipse.ui.texteditor.SelectAnnotationRulerAction.annotationDefaultSelected(VerticalRulerEvent)90
org.eclipse.ui.texteditor.spelling.SpellingCorrectionProcessor.computeProposals(IQuickAssistInvocationContext, IAnnotationModel)75
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAll(ISourceViewer, String)148
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAllInActiveEditor(ITextEditor, String)95

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAll(ISourceViewer, String)160
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAllInActiveEditor(ITextEditor, String)107
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.endCollecting()110
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.endCollecting()110

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.ReferenceSelectionAction.getDiffer(boolean)167

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.QuickDiffRestoreAction.getDiffer()202
org.eclipse.ui.internal.texteditor.quickdiff.ReferenceSelectionAction.getDiffer(boolean)162

org.eclipse.jface.text.source.IAnnotationModelExtension.replaceAnnotations(Annotation[], Map)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAll(ISourceViewer, String)167
org.eclipse.ui.texteditor.spelling.SpellingProblem.removeAllInActiveEditor(ITextEditor, String)114
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.endCollecting()107
org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.SpellingProblemCollector.endCollecting()107

org.eclipse.jface.text.source.IAnnotationModelListener.modelChanged(IAnnotationModel)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.fireModelChanged(AnnotationModelEvent)1528

org.eclipse.jface.text.source.IAnnotationModelListenerExtension.modelChanged(AnnotationModelEvent)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer.fireModelChanged(AnnotationModelEvent)1526

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.21.drop(DropTargetEvent)1501
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.getContextId(Object)1293
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.getContextTypeId()1268
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.getParent(Object)386
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.getParent(Object)386
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.getTemplates(String)372
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.getTemplates(String)372
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.hasChildren(Object)405
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.hasChildren(Object)405
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite)378
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite)378
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.EditTemplateDialog(Shell, Template, boolean, boolean, ContextTypeRegistry)254
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.EditTemplateDialog(Shell, Template, boolean, boolean, ContextTypeRegistry)254
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.getContextId()410
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.getContextId()410
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)730
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)727
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)730
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)727

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.copyTemplates(TemplatePersistenceData[], String)1381
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.moveTemplates(TemplatePersistenceData[], String)1362
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateLabelProvider.getTemplateColumnText(TemplatePersistenceData, int)332
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateLabelProvider.getTemplateColumnText(TemplatePersistenceData, int)332
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)283
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)283
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)283
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)283
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.10.compare(Viewer, Object, Object)891
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.10.compare(Viewer, Object, Object)891
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite)374
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite)374
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)732
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)732

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.copyTemplates(TemplatePersistenceData[], String)1380
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.editTemplate()1336
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.editTemplate()1336
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.moveTemplates(TemplatePersistenceData[], String)1362
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateLabelProvider.getTemplateColumnText(TemplatePersistenceData, int)330
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateLabelProvider.getTemplateColumnText(TemplatePersistenceData, int)330
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)279
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)279
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)279
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)279
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.10.compare(Viewer, Object, Object)888
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.10.compare(Viewer, Object, Object)888
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.edit(TemplatePersistenceData)1238
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.edit(TemplatePersistenceData)1238
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite)376
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite)376
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.okPressed()661
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.okPressed()661
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)725
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)725

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.copyTemplates(TemplatePersistenceData[], String)1381
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.moveTemplates(TemplatePersistenceData[], String)1363
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.updatePatternViewer(Template)626
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite)350
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite)350
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.updateViewerInput()1143

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.copyTemplates(TemplatePersistenceData[], String)1381
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.moveTemplates(TemplatePersistenceData[], String)1363
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite)337
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite)337
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)734
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)734

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.11.run()932
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.21.drop(DropTargetEvent)1504
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.addTemplate()1246
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.copyTemplates(TemplatePersistenceData[], String)1381
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.moveTemplates(TemplatePersistenceData[], String)1363
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.add()1177
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.okPressed()663
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.okPressed()663

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.editTemplate()1334
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.edit(TemplatePersistenceData)1235

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.21.drop(DropTargetEvent)1499
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.getContextId(Object)1295
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.getContextTypeId()1263
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.getContextTypeId()1279
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.getContextTypeId()1269
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.refresh()1569
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.storeCollapseState()1554
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.getChildren(Object)363
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.getChildren(Object)363
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.hasChildren(Object)398
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.hasChildren(Object)398
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.isActiveContext(TemplateContextType)428
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplatesContentProvider.isActiveContext(TemplateContextType)428
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.add()1177
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.EditTemplateDialog(Shell, Template, boolean, boolean, ContextTypeRegistry)246
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.EditTemplateDialog(Shell, Template, boolean, boolean, ContextTypeRegistry)246

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateLabelProvider.getContextColumnText(TemplateContextType, int)341
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateLabelProvider.getContextColumnText(TemplateContextType, int)341
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)287
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)288
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)287
org.eclipse.ui.texteditor.templates.AbstractTemplatesPage.TemplateViewerComparator.compare(Viewer, Object, Object)288
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.computeMinimumContextColumnWidth(GC)1031
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.EditTemplateDialog(Shell, Template, boolean, boolean, ContextTypeRegistry)246
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.EditTemplateDialog(Shell, Template, boolean, boolean, ContextTypeRegistry)246
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)729
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.TemplateLabelProvider.getColumnText(Object, int)729

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.TemplateVariableProcessor.computeCompletionProposals(ITextViewer, int)108

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.doSourceChanged(IDocument)419
org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog.doSourceChanged(IDocument)419

org.eclipse.jface.text.templates.TemplateVariableResolver.getDescription()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.TemplateVariableProposal.getDisplayString()93

org.eclipse.jface.text.templates.TemplateVariableResolver.getType()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.templates.TemplateVariableProcessor.computeCompletionProposals(ITextViewer, int)111
org.eclipse.ui.texteditor.templates.TemplateVariableProposal.apply(IDocument)65
org.eclipse.ui.texteditor.templates.TemplateVariableProposal.apply(IDocument)65
org.eclipse.ui.texteditor.templates.TemplateVariableProposal.getDisplayString()93

org.eclipse.jface.text.TextUtilities.addDocumentPartitioners(IDocument, Map)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)175
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)175
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)175
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)175

org.eclipse.jface.text.TextUtilities.getContentType(IDocument, String, int, boolean)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.InformationDispatchAction.makeAnnotationHoverFocusable(ISourceViewer, IAnnotationHover)2026
org.eclipse.ui.texteditor.AbstractTextEditor.InformationDispatchAction.makeAnnotationHoverFocusable(ISourceViewer, IAnnotationHover)2026
org.eclipse.ui.texteditor.AbstractTextEditor.InformationDispatchAction.makeTextHoverFocusable(ISourceViewer, ITextHover)1984
org.eclipse.ui.texteditor.AbstractTextEditor.InformationDispatchAction.makeTextHoverFocusable(ISourceViewer, ITextHover)1984

org.eclipse.jface.text.TextUtilities.getDefaultLineDelimiter(IDocument)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.texteditor.MoveLinesAction.runWithEvent(Event)323
org.eclipse.ui.texteditor.MoveLinesAction.runWithEvent(Event)337

org.eclipse.jface.text.TextUtilities.indexOf(String[], String, int)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.texteditor.FindNextAction.getFirstLine(String)398
org.eclipse.ui.texteditor.FindReplaceDialog.getFirstLine(String)951

org.eclipse.jface.text.TextUtilities.removeDocumentPartitioners(IDocument)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)153
org.eclipse.ui.texteditor.ConvertLineDelimitersAction.ConvertRunnable.run(IProgressMonitor)153

org.eclipse.text.undo.DocumentUndoManagerRegistry.getDocumentUndoManager(IDocument)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.7.run()527
org.eclipse.ui.texteditor.AbstractTextEditor.7.run()541

org.eclipse.text.undo.IDocumentUndoManager.connect(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.7.run()529

org.eclipse.text.undo.IDocumentUndoManager.disconnect(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.7.run()545

org.eclipse.text.undo.IDocumentUndoManager.transferUndoHistory(IDocumentUndoManager)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractTextEditor.7.run()543

Back to reference summary for org.eclipse.ui.workbench.texteditor

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict