Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text/source/package.html')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/source/package.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/source/package.html b/org.eclipse.text/src/org/eclipse/jface/text/source/package.html
new file mode 100644
index 00000000000..2ba6d1fd982
--- /dev/null
+++ b/org.eclipse.text/src/org/eclipse/jface/text/source/package.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
+<html><head>
+ <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+ <meta content="IBM" name="Author">
+ <meta content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]" name="GENERATOR"><title>annotation models</title></head>
+
+<body>
+<p>Provides a support for managing annotations attached to a document.</p>
+<h3>Package Specification</h3>
+<p><font face="Courier New, Courier, mono">IAnnotationModels</font> manage <font face="Courier New, Courier, mono">Annotations</font>.
+ When an annotation model is connected to an <font face="Courier New, Courier, mono">IDocument</font>,
+ any change to the document is reflected in the position of the managed annotations.
+ Implementers of <font face="Courier New, Courier, mono">IAnnotationModelListener</font>
+ registered with an <font face="Courier New, Courier, mono">IAnnotationModel</font>
+ object get informed about changes of the model in respect to annotations.</p>
+</body></html> \ No newline at end of file

Back to the top