[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Delete all domain elements and diagram elements


Hi there,

i wrote my own Navigator where i display my whole domain elements in a tree viewer. For persistence i use a database with the teneo plugin. I made several diagrams which i open dependend on the modeltype. I open them with a pop-up menu where i fetch the corresponding diagram and open it.

My problem now is that i want to delete a domain element with all the subelements of it and all the corresponding diagrams. I can delete the domain element with its subelements on the resource.

My question is how can i delete all the diagrams for the domain elements without going manually through the domain elements and look for each diagram?

thanks in advance
Philipp