comparison dwtx/jface/text/source/projection/ProjectionSupport.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children f70d9508c95c
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
59 59
60 /** 60 /**
61 * Key of the projection annotation model inside the visual annotation 61 * Key of the projection annotation model inside the visual annotation
62 * model. Also internally used as key for the projection drawing strategy. 62 * model. Also internally used as key for the projection drawing strategy.
63 */ 63 */
64 public final static Object PROJECTION= new Object(); 64 public const static Object PROJECTION= new Object();
65 65
66 private static class ProjectionAnnotationsPainter : AnnotationPainter { 66 private static class ProjectionAnnotationsPainter : AnnotationPainter {
67 67
68 /** 68 /**
69 * Creates a new painter indicating the location of collapsed regions. 69 * Creates a new painter indicating the location of collapsed regions.