[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] update items on a TableTreeViewer
|
Hi all!
here's my problem :
I'm developping a RCP based product. I've got a TableTreeViewer and a
TreeViewer in two different views. When I drag and drop items from the
TableTreeViewer to the TreeViewer, I add information to the item being
dragged.
Is there a way to update the TableTreeViewer (by using a listener or the
inputChanged method of the contentProvider??) so that the new information
will be displayed?
Thanks