[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Link between GMF Figure and EMF Node, Properties provisionning

Le 06/02/2009 18:42, Alex Shatalin a Ãcrit :
Hello Rodolphe,

selected concept only. How can y translate my ConceptEditPart object
(the one I get in my selectionChanged method) into the corresponding
EObject ?
Try calling ConceptEditPart.getNotationView().getElement() to get domain
model element from the selected EditPart instance.

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


Thanks !