comparison dwtx/jface/text/IDocumentExtension3.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 ea8dd2e11034
comparison
equal deleted inserted replaced
138:b6bad70d540a 139:93a6ec48fd28
196 * 196 *
197 * @param partitioning the partitioning for which to return the legal content types 197 * @param partitioning the partitioning for which to return the legal content types
198 * @return the set of legal content types 198 * @return the set of legal content types
199 * @exception BadPartitioningException if partitioning is invalid for this document 199 * @exception BadPartitioningException if partitioning is invalid for this document
200 */ 200 */
201 String[] getLegalContentTypes(String partitioning) throws BadPartitioningException; 201 String[] getLegalContentTypes(String partitioning) ;
202 202
203 203
204 /** 204 /**
205 * Returns the type of the document partition containing the given offset 205 * Returns the type of the document partition containing the given offset
206 * for the given partitioning. This is a convenience method for 206 * for the given partitioning. This is a convenience method for