Uses of Interface
org.eclipse.jface.text.hyperlink.IHyperlinkPresenterExtension
-
Packages that use IHyperlinkPresenterExtension Package Description org.eclipse.jface.text.hyperlink Provides support for detecting and displaying hyperlinks inISourceViewer
s. -
-
Uses of IHyperlinkPresenterExtension in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement IHyperlinkPresenterExtension Modifier and Type Class Description class
DefaultHyperlinkPresenter
The default hyperlink presenter underlines the link and colors the line and the text with the given color.class
MultipleHyperlinkPresenter
A hyperlink presenter capable of showing multiple hyperlinks in a hover.
-