Uses of Interface
org.eclipse.jface.text.hyperlink.IHyperlink
-
Packages that use IHyperlink Package Description org.eclipse.jface.text.hyperlink Provides support for detecting and displaying hyperlinks inISourceViewer
s. -
-
Uses of IHyperlink in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement IHyperlink Modifier and Type Class Description class
URLHyperlink
URL hyperlink.Methods in org.eclipse.jface.text.hyperlink that return IHyperlink Modifier and Type Method Description IHyperlink[]
IHyperlinkDetector. detectHyperlinks(ITextViewer textViewer, IRegion region, boolean canShowMultipleHyperlinks)
Tries to detect hyperlinks for the given region in the given text viewer and returns them.IHyperlink[]
URLHyperlinkDetector. detectHyperlinks(ITextViewer textViewer, IRegion region, boolean canShowMultipleHyperlinks)
protected IHyperlink[]
HyperlinkManager. findHyperlinks()
Finds hyperlinks at the current offset.Methods in org.eclipse.jface.text.hyperlink with parameters of type IHyperlink Modifier and Type Method Description void
DefaultHyperlinkPresenter. showHyperlinks(IHyperlink[] hyperlinks)
void
IHyperlinkPresenter. showHyperlinks(IHyperlink[] hyperlinks)
Tells this hyperlink presenter to show the given hyperlinks on the installed text viewer.void
IHyperlinkPresenterExtension2. showHyperlinks(IHyperlink[] activeHyperlinks, boolean takesFocusWhenVisible)
Tells this hyperlink presenter to show the given hyperlinks on the installed text viewer and specifies whether or not the control takes focus when visible.void
MultipleHyperlinkPresenter. showHyperlinks(IHyperlink[] hyperlinks)
void
MultipleHyperlinkPresenter. showHyperlinks(IHyperlink[] activeHyperlinks, boolean takesFocusWhenVisible)
Tells this hyperlink presenter to show the given hyperlinks on the installed text viewer and specifies whether or not the control takes focus when visible.Method parameters in org.eclipse.jface.text.hyperlink with type arguments of type IHyperlink Modifier and Type Method Description protected int
HyperlinkManager. computeLongestHyperlinkLength(List<? extends IHyperlink> hyperlinks)
Computes the length of the longest detected hyperlink.
-