Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] Label Decorator Problem

All,

I have asked the following question in eclipse.tools and did not get a
reply.. So I am asking the same question here, hoping someone will answer
this.
I want to decorate ( image icon decoration ) a resource when a event
occurs. I went throught eclipse documentation and found that when u call
fireLabelProviderChanged event, the label gets updated by calling
decrateImage function for every object. Although I have implemented a
caching mechanism, it is a costly operation ( because I may be getting an
external event which triggers the decoration of a resource every 30secs to
1 min). So I need a way to decorate the resource in question and
decorateImage should not be called for any other resources ( basically
decorateText and decorateImage should be called only for the resources in
question)

Any help would be appreciated...

Thanks
Balaji




Back to the top