comparison dwtx/jface/text/IDocumentExtension.d @ 139:93a6ec48fd28

Regexp throws removal in interfaces
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:31:41 +0200
parents c4fb132a086c
children eb21d3dfc767
comparison
equal deleted inserted replaced
138:b6bad70d540a 139:93a6ec48fd28
195 * @param owner the owner of the replace operation 195 * @param owner the owner of the replace operation
196 * @param replace the replace operation to be executed 196 * @param replace the replace operation to be executed
197 * @exception UnsupportedOperationException if <code>registerPostNotificationReplace</code> 197 * @exception UnsupportedOperationException if <code>registerPostNotificationReplace</code>
198 * is not supported by this document 198 * is not supported by this document
199 */ 199 */
200 void registerPostNotificationReplace(IDocumentListener owner, IReplace replace) throws UnsupportedOperationException; 200 void registerPostNotificationReplace(IDocumentListener owner, IReplace replace) ;
201 201
202 /** 202 /**
203 * Stops the processing of registered post notification replace operations until 203 * Stops the processing of registered post notification replace operations until
204 * <code>resumePostNotificationProcessing</code> is called. 204 * <code>resumePostNotificationProcessing</code> is called.
205 */ 205 */