[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: [Templates] Couldn't find operation 'eContainer()'

Hello Marc,

Current version of impl::diagram::editparts::NodeEditPart contains following definition(s):
ÂDEFINE createNodeShape(node : gmfgen::GenNode) FOR gmfgen::Viewmap-Â


so if you are modifying this particular define then you can use node variable to get ViewMap container from there:

ÂEXPAND newFigureForStereotypes FOR nodeÂ

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