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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children eb21d3dfc767
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
338 338
339 /** 339 /**
340 * Dialog store constant for the location's x-coordinate. 340 * Dialog store constant for the location's x-coordinate.
341 * @since 3.0 341 * @since 3.0
342 */ 342 */
343 public static final String STORE_LOCATION_X= "location.x"; //$NON-NLS-1$ 343 public static const String STORE_LOCATION_X= "location.x"; //$NON-NLS-1$
344 /** 344 /**
345 * Dialog store constant for the location's y-coordinate. 345 * Dialog store constant for the location's y-coordinate.
346 * @since 3.0 346 * @since 3.0
347 */ 347 */
348 public static final String STORE_LOCATION_Y= "location.y"; //$NON-NLS-1$ 348 public static const String STORE_LOCATION_Y= "location.y"; //$NON-NLS-1$
349 /** 349 /**
350 * Dialog store constant for the size's width. 350 * Dialog store constant for the size's width.
351 * @since 3.0 351 * @since 3.0
352 */ 352 */
353 public static final String STORE_SIZE_WIDTH= "size.width"; //$NON-NLS-1$ 353 public static const String STORE_SIZE_WIDTH= "size.width"; //$NON-NLS-1$
354 /** 354 /**
355 * Dialog store constant for the size's height. 355 * Dialog store constant for the size's height.
356 * @since 3.0 356 * @since 3.0
357 */ 357 */
358 public static final String STORE_SIZE_HEIGHT= "size.height"; //$NON-NLS-1$ 358 public static const String STORE_SIZE_HEIGHT= "size.height"; //$NON-NLS-1$
359 359
360 /** 360 /**
361 * Tells whether this class and its subclasses are in debug mode. 361 * Tells whether this class and its subclasses are in debug mode.
362 * <p> 362 * <p>
363 * Subclasses may use this. 363 * Subclasses may use this.