Eclipse Platform
Release 3.1

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

Packages that use IHyperlink
org.eclipse.jface.text.hyperlink   
 

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()
           
 

Methods in org.eclipse.jface.text.hyperlink with parameters of type IHyperlink
 void IHyperlinkPresenter.showHyperlinks(IHyperlink[] hyperlinks)
          Tells this hyperlink presenter to show the given hyperlinks on the installed text viewer.
 void DefaultHyperlinkPresenter.showHyperlinks(IHyperlink[] hyperlinks)
           
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.