Question about Eclipse GEF and RootEditPart
I am working on a eclipse based design editor. It's GEF based. When I am adding root editpart to the editor , it's coming over top of my domain figures. If I remove the roote开发者_如何学编程ditpart , I am able to see my figures.
Any idea , what I may be missing ?
Thanks Jijoy
I got it after some digging eclipse code. Need to set the bounds for figure only then it will show up.
精彩评论