[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] How to create automatically children nodes

Hello,

My model contains an object A, with a reference to an object B and an object C.
I would like to create a new object B and new object C automatically with references when I only click on the creation tool object A.


Is it possible? Should I look on emf, to see if it is possible to create children automatically?

Thanks