[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: update items on a TableTreeViewer
|
hum... I will think more about it next time I'll post... :)
Simply put a refresh() in the dragFinished method of the
DragSourceListener....
yeah I need to sleep sometimes... :)
"arnaud" <achassagne@xxxxxxxxx> a écrit dans le message de news:
d7hakh$hbn$1@xxxxxxxxxxxxxxxxxxx
> 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
>
>