comparison dwtx/jface/viewers/IDecoration.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents 46a6e0e6ccd4
children
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
23 /** 23 /**
24 * Defines the result of decorating an element. 24 * Defines the result of decorating an element.
25 * 25 *
26 * This interface is not meant to be implemented and will be provided to 26 * This interface is not meant to be implemented and will be provided to
27 * instances of <code>ILightweightLabelDecorator</code>. 27 * instances of <code>ILightweightLabelDecorator</code>.
28 * @noimplement This interface is not intended to be implemented by clients.
28 */ 29 */
29 public interface IDecoration{ 30 public interface IDecoration{
30 31
31 /** 32 /**
32 * Constants for placement of image decorations. 33 * Constants for placement of image decorations.