Methods from org.eclipse.text used by org.eclipse.wst.jsdt.web.ui

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

Reference Details

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.getLineTracker(IDocument, String)110

org.eclipse.jface.text.ConfigurableLineTracker.ConfigurableLineTracker(String[])

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.getLineTracker(IDocument, String)109

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.actions.AddJavaDocStubOperation.getJavaDocumentFromNode()97
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()103
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.RenameChange.getPreviewDocument(IProgressMonitor)96
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.RenameChange.getPreviewDocument(IProgressMonitor)96
org.eclipse.wst.jsdt.web.ui.internal.java.search.BasicJsSearchRequestor.acceptSearchMatch(SearchMatch)69

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.actions.AddJavaDocStubOperation.getJavaDocumentFromNode()99

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.contentassist.JSDTHtmlCompletionProcessor.getEndScriptProposal(ITextViewer, int)56
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.ModelIrritant.documentPartitioningChanged(IDocument)75
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.ModelIrritant.documentPartitioningChanged(IDocument)75
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.RenameChange.getPreviewDocument(IProgressMonitor)96
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.RenameChange.getPreviewDocument(IProgressMonitor)96

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.actions.StandardEditorActionsAction.copy(IAction)81
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()107

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector.selectWord(IDocument, int)238
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector.selectWord(IDocument, int)248
org.eclipse.wst.jsdt.web.ui.internal.taginfo.JsWordFinder.findWord(IDocument, int)46
org.eclipse.wst.jsdt.web.ui.internal.taginfo.JsWordFinder.findWord(IDocument, int)34
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.gotoCommentEnd()89
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.gotoCommentEnd()87
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.gotoCommentStart()99
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.gotoCommentStart()100
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.gotoStringEnd(char)113
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.gotoStringStart(char)125
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.gotoStringStart(char)127
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.handleSingleLineComment()143
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.handleSingleLineComment()142
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.readBackwards()167
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.readBackwards()171
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.readForwards()200
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.readForwards()196
org.eclipse.wst.jsdt.web.ui.internal.text.JsPairMatcher.matchPairsAt()101

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.getLineTracker(IDocument, String)109
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.getLineTracker(IDocument, String)107

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.ModelIrritant.documentPartitioningChanged(IDocument)75
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.ModelIrritant.documentPartitioningChanged(IDocument)75
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector.selectWord(IDocument, int)246
org.eclipse.wst.jsdt.web.ui.internal.taginfo.JsWordFinder.findWord(IDocument, int)44
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.configureForwardReader(IDocument, int, int, boolean, boolean)74
org.eclipse.wst.jsdt.web.ui.internal.text.JsPairMatcher.searchForClosingPeer(int, int, int, IDocument)151

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.smartInsertForTab(DocumentCommand, IDocument)159

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.gotoLineEnd()108
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.handleSingleLineComment()139

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.createChange(JSDTSearchDocumentDelegate, TextEdit)289
org.eclipse.wst.jsdt.web.ui.internal.java.search.JsSearchRequestor.addSearchMatch(IDocument, IFile, int, int, String)53
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.configureBackwardReader(IDocument, int, boolean, boolean)62
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.gotoLineEnd()107
org.eclipse.wst.jsdt.web.ui.internal.text.JsCodeReader.handleSingleLineComment()136

org.eclipse.jface.text.IDocument.removeDocumentPartitioningListener(IDocumentPartitioningListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.ModelIrritant.documentPartitioningChanged(IDocument)72
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.ModelIrritant.documentPartitioningChanged(IDocument)72

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.getIndentString(int, int, ILineTracker, int)77

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.smartInsertForTab(DocumentCommand, IDocument)173

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.smartInsertForTab(DocumentCommand, IDocument)177

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean)161
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.WorkspaceFileHyperlink.open()80
org.eclipse.wst.jsdt.web.ui.internal.style.java.LineStyleProviderForJSDT.prepareRegions(ITypedRegion, int, int, Collection)286
org.eclipse.wst.jsdt.web.ui.internal.taginfo.JSDTHoverProcessor.getHoverInfo(ITextViewer, IRegion)105

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.getIndentString(int, int, ILineTracker, int)78
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.getIndentString(int, int, ILineTracker, int)81
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.smartInsertForTab(DocumentCommand, IDocument)160
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean)161
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean)167
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean)161
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.WorkspaceFileHyperlink.open()80
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.XMLHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean)114
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.XMLHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean)106
org.eclipse.wst.jsdt.web.ui.internal.style.java.LineStyleProviderForJSDT.prepareRegions(ITypedRegion, int, int, Collection)283
org.eclipse.wst.jsdt.web.ui.internal.taginfo.JSDTHoverProcessor.getHoverInfo(ITextViewer, IRegion)105
org.eclipse.wst.jsdt.web.ui.internal.taginfo.JSDTHoverProcessor.getHoverInfo(ITextViewer, IRegion)105

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()101
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()115
org.eclipse.wst.jsdt.web.ui.views.contentoutline.JsJfaceNode.getEndOffset()147
org.eclipse.wst.jsdt.web.ui.views.contentoutline.JsJfaceNode.getLength()179

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()100
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()115
org.eclipse.wst.jsdt.web.ui.views.contentoutline.JsJfaceNode.getEndOffset()147
org.eclipse.wst.jsdt.web.ui.views.contentoutline.JsJfaceNode.getStartOffset()197

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.views.contentoutline.JFaceNodeAdapterForJs.filterChildrenForRange(IJavaScriptElement[], Node)217
org.eclipse.wst.jsdt.web.ui.views.contentoutline.JFaceNodeAdapterForJs.getChildren(Object)95

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector.createHyperlink(IJavaScriptElement, IRegion, IDocument)130
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector.selectWord(IDocument, int)258
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector.selectWord(IDocument, int)256
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.XMLHyperlinkDetector.getHyperlinkRegion(Node)298
org.eclipse.wst.jsdt.web.ui.internal.hyperlink.XMLHyperlinkDetector.getHyperlinkRegion(Node)312
org.eclipse.wst.jsdt.web.ui.internal.taginfo.JsWordFinder.findWord(IDocument, int)62
org.eclipse.wst.jsdt.web.ui.internal.taginfo.JsWordFinder.findWord(IDocument, int)66
org.eclipse.wst.jsdt.web.ui.internal.taginfo.JsWordFinder.findWord(IDocument, int)64
org.eclipse.wst.jsdt.web.ui.internal.text.JsPairMatcher.match(IDocument, int)88

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

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()102
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()107
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()107

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

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForTabs.getLineTracker(IDocument, String)107

org.eclipse.text.edits.MultiTextEdit.MultiTextEdit()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.addJavaEdit(String, ReplaceEdit)277

org.eclipse.text.edits.ReplaceEdit.ReplaceEdit(int, int, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.acceptSearchMatch(SearchMatch)258

org.eclipse.text.edits.TextEdit.addChild(TextEdit)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.addJavaEdit(String, ReplaceEdit)272
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.addJavaEdit(String, ReplaceEdit)278

org.eclipse.text.edits.TextEdit.apply(IDocument)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.actions.AddJavaDocStubOperation.applyChanges()67
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()106
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.RenameChange.getPreviewDocument(IProgressMonitor)98
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.RenameChange.getPreviewDocument(IProgressMonitor)98
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.RenameChange.perform(IProgressMonitor)157
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.RenameChange.perform(IProgressMonitor)157
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.RenameChange.perform(IProgressMonitor)153
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.RenameChange.perform(IProgressMonitor)153

org.eclipse.text.edits.TextEdit.getLength()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()107

org.eclipse.text.edits.TextEdit.getOffset()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.jsdt.web.ui.internal.format.FormattingStrategyJSDT.format()107
org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.BasicRefactorSearchRequestor.createChange(JSDTSearchDocumentDelegate, TextEdit)289

Back to reference summary for org.eclipse.wst.jsdt.web.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict