comparison dwtx/jface/text/source/IAnnotationPresentation.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents c4fb132a086c
children
comparison
equal deleted inserted replaced
161:f8d52b926852 162:1a5b8f8129df
89 public interface IAnnotationPresentation { 89 public interface IAnnotationPresentation {
90 90
91 /** 91 /**
92 * The default annotation layer. 92 * The default annotation layer.
93 */ 93 */
94 static final int DEFAULT_LAYER= 0; 94 static const int DEFAULT_LAYER= 0;
95 95
96 96
97 /** 97 /**
98 * Returns the annotations drawing layer. 98 * Returns the annotations drawing layer.
99 * 99 *