comparison dwtx/jface/text/rules/DefaultPartitioner.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents b6bad70d540a
children 5cf141e43417
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
81 81
82 /** 82 /**
83 * The position category this partitioner uses to store the document's partitioning information. 83 * The position category this partitioner uses to store the document's partitioning information.
84 * @deprecated As of 3.0, use <code>getManagingPositionCategories()</code> instead. 84 * @deprecated As of 3.0, use <code>getManagingPositionCategories()</code> instead.
85 */ 85 */
86 public final static String CONTENT_TYPES_CATEGORY= "__content_types_category"; //$NON-NLS-1$ 86 public const static String CONTENT_TYPES_CATEGORY= "__content_types_category"; //$NON-NLS-1$
87 87
88 88
89 /** The partitioner's scanner */ 89 /** The partitioner's scanner */
90 protected IPartitionTokenScanner fScanner; 90 protected IPartitionTokenScanner fScanner;
91 /** The legal content types of this partitioner */ 91 /** The legal content types of this partitioner */