comparison dwtx/jface/text/hyperlink/package.html @ 129:eb30df5ca28b

Added JFace Text sources
author Frank Benoit <benoit@tionex.de>
date Sat, 23 Aug 2008 19:10:48 +0200
parents
children
comparison
equal deleted inserted replaced
128:8df1d4193877 129:eb30df5ca28b
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <meta name="Author" content="IBM">
6 <meta name="GENERATOR" content="Eclipse">
7 <title>Package-level Javadoc</title>
8 </head>
9 <body>
10 Provides support for detecting and displaying hyperlinks in <tt>ISourceViewer</tt>s.
11 <p>
12 <tt>SourceViewer</tt> supports hyperlinked text regions inline in the displayed text. It delegates
13 the detection and presentation of hyperlinks to <tt>IHyperlinkDetector</tt> and <tt>IHyperlinkPresenter</tt>, respectively.
14 </p>
15 <p>
16 Override the following methods in <tt>SourceViewerConfiguration</tt> to customize the hyperlink behavior of a source viewer:
17 <ul>
18 <li><tt>getHyperlinkDetectors()</tt> to specify the set of hyperlink detectors used by the viewer</li>
19 <li><tt>getHyperlinkPresenter()</tt> to specify the set of hyperlink presenters used by the viewer</li>
20 <li><tt>getHyperlinkStateMask()</tt> to specify when hyperlinks are activated</li>
21 </ul>
22 </p>
23
24 </body>
25 </html>