Uses of Interface
org.eclipse.jface.text.hyperlink.IHyperlink
Packages that use IHyperlink
Package
Description
Provides support for detecting and displaying hyperlinks in
ISourceViewers.-
Uses of IHyperlink in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement IHyperlinkMethods in org.eclipse.jface.text.hyperlink that return IHyperlinkModifier and TypeMethodDescriptionIHyperlinkDetector.detectHyperlinks(ITextViewer textViewer, IRegion region, boolean canShowMultipleHyperlinks) Tries to detect hyperlinks for the given region in the given text viewer and returns them.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 IHyperlinkModifier and TypeMethodDescriptionvoidDefaultHyperlinkPresenter.showHyperlinks(IHyperlink[] hyperlinks) voidIHyperlinkPresenter.showHyperlinks(IHyperlink[] hyperlinks) Tells this hyperlink presenter to show the given hyperlinks on the installed text viewer.voidIHyperlinkPresenterExtension2.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.voidMultipleHyperlinkPresenter.showHyperlinks(IHyperlink[] hyperlinks) voidMultipleHyperlinkPresenter.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 IHyperlinkModifier and TypeMethodDescriptionprotected intHyperlinkManager.computeLongestHyperlinkLength(List<? extends IHyperlink> hyperlinks) Computes the length of the longest detected hyperlink.