Support your LabelProvider!! - ImageContribution
16. January 2006
In complex applications you also have very many images that want to be placed to the right time on the right place.

And because some good software-architects already have concepted the model
, in the most cases you want to visualize a special object or a special property of an object with an image in your JFace-List or Tree. Imagine you have 50 JFace-Viewers and 300 different Icons. Do you really want to implement in every LabelProvider how and when to access to which image? I guess, no.
At the following I will provide an easy way to manage image-contribution to your different label-providers. (more…)

