[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: passing informations between EGF models

You can use the platform's selection service to pass the information between
the two.  Or you could use something like the SelectionSynchronizer.

"karlik joachim" <jkarlik@xxxxxxxxxxxxxxxx> wrote in message
news:diuaqf$adq$1@xxxxxxxxxxxxxxxxxxx
> Hello,
>
> I would like to know if it's possible to pass some customized
> information between two GEF treeviews for example.
>
> Let's say I have two treeviews representing two different models.
> When I select a element in the first treeview, this treeview sends,
> thanks to the listening mechanism) a request to the other one. The
> request could be a specific object (I wrote my self) representing a
> XPath request for example. Is it possible, if yes where must I go to get
>    more informations about it?
>
> I thank you in advance.