Eclipse Platform
Release 3.7

Uses of Interface
org.eclipse.jface.text.hyperlink.IHyperlink

Packages that use IHyperlink
org.eclipse.jface.text.hyperlink 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 IHyperlink
 class URLHyperlink
          URL hyperlink.
 

Methods in org.eclipse.jface.text.hyperlink that return IHyperlink
 IHyperlink[] URLHyperlinkDetector.detectHyperlinks(ITextViewer textViewer, IRegion region, boolean canShowMultipleHyperlinks)
           
 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.
protected  IHyperlink[] HyperlinkManager.findHyperlinks()
          Finds hyperlinks at the current offset.
 

Methods in org.eclipse.jface.text.hyperlink with parameters of type IHyperlink
 void MultipleHyperlinkPresenter.showHyperlinks(IHyperlink[] hyperlinks)
           
 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 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.
 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.
 


Eclipse Platform
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.