Package | Description |
---|---|
org.eclipse.jface.text.hyperlink |
Provides support for detecting and displaying hyperlinks in ISourceViewers.
|
Modifier and Type | Class and Description |
---|---|
class |
URLHyperlink
URL hyperlink.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and 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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.