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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 6dcb0baaa031
children f70d9508c95c
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
178 * @since 3.2 178 * @since 3.2
179 */ 179 */
180 abstract class ListLineTracker : ILineTracker { 180 abstract class ListLineTracker : ILineTracker {
181 181
182 /** The line information */ 182 /** The line information */
183 private final List fLines= new ArrayList(); 183 private const List fLines= new ArrayList();
184 /** The length of the tracked text */ 184 /** The length of the tracked text */
185 private int fTextLength; 185 private int fTextLength;
186 186
187 /** 187 /**
188 * Creates a new line tracker. 188 * Creates a new line tracker.