comparison dwtx/jface/text/source/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>annotation models</title></head>
6
7 <body>
8 <p>Provides a support for managing annotations attached to a document.</p>
9 <h3>Package Specification</h3>
10 <p><tt>IAnnotationModels</tt> manage <tt>Annotations</tt>.
11 When an annotation model is connected to an <tt>IDocument</tt>,
12 any change to the document is reflected in the position of the managed annotations.
13 Implementers of <tt>IAnnotationModelListener</tt>
14 registered with an <tt>IAnnotationModel</tt>
15 object get informed about changes of the model in respect to annotations.</p>
16 </body></html>