See: Description
Interface | Description |
---|---|
IHyperlink |
Represents a hyperlink.
|
IHyperlinkDetector |
A hyperlink detector tries to find a hyperlink at
a given location in a given text viewer.
|
IHyperlinkPresenter |
A hyperlink presenter shows hyperlinks on the installed text viewer
and allows to pick one on of the hyperlinks.
|
Class | Description |
---|---|
DefaultHyperlinkPresenter |
The default hyperlink presenter underlines the
link and colors the line and the text with
the given color.
|
HyperlinkManager |
Default implementation of a hyperlink manager.
|
HyperlinkManager.DETECTION_STRATEGY |
Detection strategy.
|
URLHyperlink |
URL hyperlink.
|
URLHyperlinkDetector |
URL hyperlink detector.
|
SourceViewer supports hyperlinked text regions inline in the displayed text. It delegates the detection and presentation of hyperlinks to IHyperlinkDetector and IHyperlinkPresenter, respectively.
Override the following methods in SourceViewerConfiguration to customize the hyperlink behavior of a source viewer:
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.