[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Problem with EditPart and Impl

Hello Giordano,

Having BImpl you should traverse all Nodes starting from the current diagram to find notation model element (Node) representing BImpl on this diagram. Then you can use EditPartRegistry to find EditPart representing this view like: EditPartViewer.getEditPartRegistry().get(<Node>).

EditPartViewer is available form any EditPart - there is .getViewer() method.

-----------------
Alex Shatalin