[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: Access EcoreModel instance

Hi Ed!

You wrote:
All generated editors implement IEditingDomainProvider so you can cast the editor to that, get the editing domain, and from that you have access to the resource set in which all the resources being edited are kept.

Yes - now I see it ;) and i can cast it... But now how to access the EObject within?
I find no way to even identify the correct class -.-


Can I iterate to all EObjects within the model via this resource set?

Cheers
harkon