| 
| How to decorate an image? [message #333006] | Wed, 19 November 2008 07:41  |  | 
| Eclipse User  |  |  |  |  | Hello, 
 I'm using a TreeViewer together with ColumnLabelProviders. I've found out
 that there is no DecoratingLabelProvider for columns and therefore I've to
 implement decorating myself.
 
 My question is if I have to write the decorating code myself, or is there
 a smart helper somewhere?
 
 Id I call:
 decorator.decorateImage(image, element);
 
 and get into my decorator it looks like this:
 @Override
 public Image decorateImage(Image image, Object element) {
 // TODO Auto-generated method stub
 return null;
 }
 
 At this part I would like to get the job done by someone else :)
 
 Thanks
 |  |  |  | 
|  | 
|  | 
|  | 
|  | 
Powered by 
FUDForum. Page generated in 0.03428 seconds