Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e893f11c14e12e410cd90a7dd7a0b9a8363b2788 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="IBM">
   <meta name="GENERATOR" content="Mozilla/4.76 [en] (Windows NT 5.0; U) [Netscape]">
   <title>Package-level Javadoc</title>
</head>
<body>
Provides a reconciler add-on for an <code>ITextViewer</code>.
A&nbsp; reconciler provides generic synchronization support&nbsp; with
the content of the document serving as the <code>ITextViewer</code>'s input.
There is no explicit model of what is synchronized.
<h2>
Package Specification</h2>
<code>IReconciler</code> defines the concept of a reconciler. It collaborates
with content type specific reconciling strategies (<code>IReconcilingStrategy</code>)
which perform the synchronization for a given dirty region. The package
contains a default implementation of <code>IReconciler</code> (<code>Reconciler</code>).

<code>Reconciler</code> and <code>MonoReconciler</code> implements reconciling
as a periodic background activity and folds co-located changes while being
inactive.
</body>
</html>

Back to the top