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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children eb21d3dfc767
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
164 * @since 2.0 164 * @since 2.0
165 */ 165 */
166 public class MarkSelection : IMarkSelection { 166 public class MarkSelection : IMarkSelection {
167 167
168 /** The marked document. */ 168 /** The marked document. */
169 private final IDocument fDocument; 169 private const IDocument fDocument;
170 /** The offset of the mark selection. */ 170 /** The offset of the mark selection. */
171 private final int fOffset; 171 private const int fOffset;
172 /** The length of the mark selection. */ 172 /** The length of the mark selection. */
173 private final int fLength; 173 private const int fLength;
174 174
175 /** 175 /**
176 * Creates a MarkSelection. 176 * Creates a MarkSelection.
177 * 177 *
178 * @param document the marked document 178 * @param document the marked document