Class TextLinkHyperlinkDetector
java.lang.Object
org.eclipse.jface.text.hyperlink.AbstractHyperlinkDetector
org.eclipse.epsilon.egl.dt.traceability.editor.hyperlinks.TextLinkHyperlinkDetector
- All Implemented Interfaces:
org.eclipse.jface.text.hyperlink.IHyperlinkDetector
,org.eclipse.jface.text.hyperlink.IHyperlinkDetectorExtension
public class TextLinkHyperlinkDetector
extends org.eclipse.jface.text.hyperlink.AbstractHyperlinkDetector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.text.hyperlink.IHyperlink[]
detectHyperlinks
(org.eclipse.jface.text.ITextViewer textViewer, org.eclipse.jface.text.IRegion region, boolean canShowMultipleHyperlinks) Methods inherited from class org.eclipse.jface.text.hyperlink.AbstractHyperlinkDetector
dispose, getAdapter, setContext
-
Constructor Details
-
TextLinkHyperlinkDetector
public TextLinkHyperlinkDetector()
-
-
Method Details
-
detectHyperlinks
public org.eclipse.jface.text.hyperlink.IHyperlink[] detectHyperlinks(org.eclipse.jface.text.ITextViewer textViewer, org.eclipse.jface.text.IRegion region, boolean canShowMultipleHyperlinks)
-