[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: EMF / GMF : sharing Editing Domain

Hello Charles,

You can get appropriate instance of TransactionalEditingDomain by calling TransactionUtil.getEditingDomain(). You can pass domain selected model element as a parameter there.

-----------------
Alex Shatalin