Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] Getting the EditPart

Hello,

I am a beginner of GEM. Now I am developing an application with GEF.
I have an EditPart as the controller for the model diagram, the diagram
model is represent a diagram that may have some child shapes.

I added a self-defined menu within the same plug-in development project of
the above GEF application. I want that when the user click the menu item,
the event class of that menu can get the EditPart for the model diagram so
that I can process the data from the model.

May someone help me to achieve what I want or give me some hints?  My
development environment is Eclipse 3.0.2 + GEF 3.0.1.

Thank you in advance.


Back to the top