Uses of Interface
org.eclipse.jface.text.hyperlink.IHyperlink
Packages that use IHyperlink
Package
Description
Provides support for detecting and displaying hyperlinks in
ISourceViewer
s.-
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 TypeMethodDescriptionvoid
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 IHyperlinkModifier and TypeMethodDescriptionprotected int
HyperlinkManager.computeLongestHyperlinkLength
(List<? extends IHyperlink> hyperlinks) Computes the length of the longest detected hyperlink.