[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.gef] Dispatching Event from Figure to EditPart

Hello all,

I want to react on a click on a label in a figure and pass it to the corresponding editpart in order to create a request and change the model.

What is the best practice to do so? How would I dispatch the mouseClick event to the editpart?

Thanks in advance