GEF + EMF: Why doesn't my editor remove the Figure for a removed object when refreshChildren() is called?
问题 I have implemented a GEF editor for a graph-like EMF model, with a remove command for a certain type of node in the graph. I think I've done all the necessary steps in order to make this set up work (vainolo's blog has been a great help). However, when I'm deleting a model element, the view doesn't get refreshed , i.e., the figure for the model element isn't removed from the editor view, and I have no idea why. I'd be extremely grateful if somebody could have a look at my sources and point me