view dwtx/text/undo/package.html @ 158:25f1f92fa3df

...
author Frank Benoit <benoit@tionex.de>
date Tue, 26 Aug 2008 02:46:34 +0200
parents eb30df5ca28b
children
line wrap: on
line source

<!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>Document Undo Support</title></head>

<body>
<p>Provides undo and redo support for a document.</p>
<h3>Package Specification</h3>
<p>When an <tt>IDocumentUndoManager</tt> is connected to an <tt>IDocument</tt>, 
  any change to the document is recorded and can then be undone and redone later. 
  Clients which are interested in undo/redo events can register an <tt>IDocumentUndoistener</tt>
  with the <tt>IDocumentUndoManager</tt>.</p>
</body></html>