Package org.eclipse.jface.text.hyperlink
Interface IHyperlinkDetectorExtension
-
- All Known Implementing Classes:
AbstractHyperlinkDetector,URLHyperlinkDetector
public interface IHyperlinkDetectorExtensionExtendsIHyperlinkDetectorwith 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 voiddispose()Disposes this hyperlink detector.
-