Package org.eclipse.jface.text.hyperlink
Interface IHyperlinkDetectorExtension
-
- All Known Implementing Classes:
AbstractHyperlinkDetector
,URLHyperlinkDetector
public interface IHyperlinkDetectorExtension
ExtendsIHyperlinkDetector
with ability to dispose a hyperlink detector.Clients may implement this interface.
- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
Disposes this hyperlink detector.
-