[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Dynamically change icon for a treeitem on a view

Hi Neha,

I think you can use a a SelectionListener on the Tree itself to get it work.
In the SelectionEvent, you should be able to retrieve the TreeItem selected/deselected.
Once you have the TreeItem, change the icon as you wish.


I hope this help,

Cédric