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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents c4fb132a086c
children
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
85 * @since 3.0 85 * @since 3.0
86 */ 86 */
87 public interface IChangeRulerColumn : IVerticalRulerColumn, IVerticalRulerInfoExtension { 87 public interface IChangeRulerColumn : IVerticalRulerColumn, IVerticalRulerInfoExtension {
88 88
89 /** The ID under which the quick diff model is registered with a document's annotation model. */ 89 /** The ID under which the quick diff model is registered with a document's annotation model. */
90 public static final String QUICK_DIFF_MODEL_ID= "diff"; //$NON-NLS-1$ 90 public static const String QUICK_DIFF_MODEL_ID= "diff"; //$NON-NLS-1$
91 91
92 /** 92 /**
93 * Sets the hover of this ruler column. 93 * Sets the hover of this ruler column.
94 * 94 *
95 * @param hover the hover that will produce hover information text for this ruler column 95 * @param hover the hover that will produce hover information text for this ruler column