comparison dwtx/jface/text/source/AnnotationModel.d @ 137:25170b5a8951

Regex this.outer change
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:22:48 +0200
parents 6dcb0baaa031
children b6bad70d540a
comparison
equal deleted inserted replaced
136:6dcb0baaa031 137:25170b5a8951
315 315
316 /* 316 /*
317 * @see dwtx.jface.text.source.IAnnotationModelListener#modelChanged(dwtx.jface.text.source.IAnnotationModel) 317 * @see dwtx.jface.text.source.IAnnotationModelListener#modelChanged(dwtx.jface.text.source.IAnnotationModel)
318 */ 318 */
319 public void modelChanged(IAnnotationModel model) { 319 public void modelChanged(IAnnotationModel model) {
320 AnnotationModel.this.fireModelChanged(new AnnotationModelEvent(model, true)); 320 this.outer.fireModelChanged(new AnnotationModelEvent(model, true));
321 } 321 }
322 322
323 /* 323 /*
324 * @see dwtx.jface.text.source.IAnnotationModelListenerExtension#modelChanged(dwtx.jface.text.source.AnnotationModelEvent) 324 * @see dwtx.jface.text.source.IAnnotationModelListenerExtension#modelChanged(dwtx.jface.text.source.AnnotationModelEvent)
325 */ 325 */
326 public void modelChanged(AnnotationModelEvent event) { 326 public void modelChanged(AnnotationModelEvent event) {
327 AnnotationModel.this.fireModelChanged(event); 327 this.outer.fireModelChanged(event);
328 } 328 }
329 } 329 }
330 330
331 /** 331 /**
332 * The list of managed annotations 332 * The list of managed annotations