Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextLinkHyperlinkDetector

        public TextLinkHyperlinkDetector()
    • Method Detail

      • detectHyperlinks

        public org.eclipse.jface.text.hyperlink.IHyperlink[] detectHyperlinks​(org.eclipse.jface.text.ITextViewer textViewer,
                                                                              org.eclipse.jface.text.IRegion region,
                                                                              boolean canShowMultipleHyperlinks)