Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] Problem in child edit parts

Hi All,
 
I am trying to implement a GEF editor.I have a model where i have list of children.
Suppose i have a root container inside that i have class A which might have zero or more instances of Class B and so on.
I have created all the Edit parts and so on for the classes.Now the root edit part is overriding the method getModelChildren() to return a list of class A.
My question is to how to get the child of A that is B's keeping A as not the container.
I am able to do the thing in the root edit part class to return all the classes.
But i want to return the children separately in the corresponding edit parts.
 
Thanks and Regards,
Saurav

Back to the top