1 11 package org.eclipse.jface.text.hyperlink; 12 13 import org.eclipse.jface.text.IRegion; 14 import org.eclipse.jface.text.ITextViewer; 15 import org.eclipse.jface.text.source.SourceViewerConfiguration; 16 17 18 40 public interface IHyperlinkDetector { 41 42 58 IHyperlink[] detectHyperlinks(ITextViewer textViewer, IRegion region, boolean canShowMultipleHyperlinks); 59 60 } 61 | Popular Tags |