comparison dwtx/jface/text/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 an implementation of projection documents. Projection
9 is a specific master/slave mapping. Non-overlapping fragments if a master document
10 form the segments of a slave document. The slave document is completely built
11 out of segments, i.e. there are no gaps between two neighboring segments. The
12 segments have exactly the same sequence in which they apprear as fragments in
13 the master document.</p>
14 <h3>Package Specification</h3>
15 <p><tt>ProjectionDocument</tt> is custom
16 <tt>IDocument</tt> implementation that
17 uses a <tt>ProjectionTextStore. </tt>The
18 content of the <tt>ProjectionDocument</tt>
19 is defined by the <tt>ProjectionMapping.
20 </tt>The<tt> ProjectionDocumentManager</tt>
21 manages the life cycle of <tt>ProjectionDocuments</tt>
22 and their relation to their master documents.</p>
23 </body></html>