comparison dwtx/jface/text/presentation/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="Mozilla/4.51 [en] (WinNT; I) [Netscape]">
7 <title>Package-level Javadoc</title>
8 </head>
9 <body>
10 Provides a presentation reconciler add-on for an <tt>ITextViewer</tt>.
11 A presentation reconciler keep the presentation (styles and colors) in
12 sync with the content of the document serving as the <tt>ITextViewer</tt>'s
13 input.
14 <h2>
15 Package Specification</h2>
16 <tt>IPresentationReconciler</tt> defines the concept of a presentation
17 reconciler. It collaborates with content type specific presentation damagers
18 (<tt>IPresentationDamager</tt>) which for a given document change determine
19 the region of the presentation which must be rebuild, and content type
20 specific presentation repairers (<tt>IPresentationRepairer</tt>) which
21 construct for a given damage region the document presentation. The package
22 contains a default implementation of <tt>IPresentationReconciler </tt>(<tt>PresentationReconciler</tt>).
23 </body>
24 </html>