comparison dwtx/jface/text/source/projection/ProjectionAnnotation.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 02cd5f1224d3
children 1a5b8f8129df
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
71 } 71 }
72 72
73 /** 73 /**
74 * The type of projection annotations. 74 * The type of projection annotations.
75 */ 75 */
76 public static final String TYPE= "dwtx.projection"; //$NON-NLS-1$ 76 public static const String TYPE= "dwtx.projection"; //$NON-NLS-1$
77 77
78 78
79 private static final int COLOR= DWT.COLOR_GRAY; 79 private static const int COLOR= DWT.COLOR_GRAY;
80 private static Image fgCollapsedImage; 80 private static Image fgCollapsedImage;
81 private static Image fgExpandedImage; 81 private static Image fgExpandedImage;
82 82
83 83
84 /** The state of this annotation */ 84 /** The state of this annotation */