comparison dwtx/jface/text/source/projection/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><head>
3 <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
4 <meta content="IBM" name="Author">
5 <meta content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]" name="GENERATOR"><title>projections</title></head>
6
7 <body>
8 <p>This package provides the UI part for projection documents of which the most important part is the projection viewer. A projection viewer
9 is a text viewer that allows to expand and collapse folded regions defined by a projection document. This package also introduces a projection
10 annotation model, projection annotations. The projection viewer offers support to show a summary for a folded region.
11 </p>
12 <h3>Package Specification</h3>
13 <p><tt>ProjectionViewer</tt> is a specialized <tt>SourceViewer</tt> that can display line-based folding based on a <tt>ProjectionDocument</tt>. To
14 do this it uses supporting classes like <tt>IProjectionListener</tt>, <tt>IProjectionPosition</tt>, <tt>ProjectionAnnotation</tt> and others.
15 </p>
16 </body></html>