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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents b6bad70d540a
children eb21d3dfc767
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
178 * @noextend This class is not intended to be subclassed by clients. 178 * @noextend This class is not intended to be subclassed by clients.
179 */ 179 */
180 public class CursorLinePainter : IPainter, LineBackgroundListener { 180 public class CursorLinePainter : IPainter, LineBackgroundListener {
181 181
182 /** The viewer the painter works on */ 182 /** The viewer the painter works on */
183 private final ITextViewer fViewer; 183 private const ITextViewer fViewer;
184 /** The cursor line back ground color */ 184 /** The cursor line back ground color */
185 private Color fHighlightColor; 185 private Color fHighlightColor;
186 /** The paint position manager for managing the line coordinates */ 186 /** The paint position manager for managing the line coordinates */
187 private IPaintPositionManager fPositionManager; 187 private IPaintPositionManager fPositionManager;
188 188