comparison dwtx/jface/text/source/IAnnotationModelExtension.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 f70d9508c95c
comparison
equal deleted inserted replaced
138:b6bad70d540a 139:93a6ec48fd28
140 * <code>Annotation</code> as key and a <code>Position</code> 140 * <code>Annotation</code> as key and a <code>Position</code>
141 * as value 141 * as value
142 * @throws ClassCastException if one of the map key or values has a wrong 142 * @throws ClassCastException if one of the map key or values has a wrong
143 * type 143 * type
144 */ 144 */
145 void replaceAnnotations(Annotation[] annotationsToRemove, Map annotationsToAdd) throws ClassCastException; 145 void replaceAnnotations(Annotation[] annotationsToRemove, Map annotationsToAdd) ;
146 146
147 /** 147 /**
148 * Modifies the position associated with the given annotation to equal the 148 * Modifies the position associated with the given annotation to equal the
149 * given position. If the annotation is not yet managed by this annotation 149 * given position. If the annotation is not yet managed by this annotation
150 * model, the annotation is added. If the given position is 150 * model, the annotation is added. If the given position is