[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: EMF Databinding without generated models?

Daniel,

You'd need a generated model to implement existing interfaces. I.e., you'd need to generate an ICustomerImpl that does the right notifications and also implements the existing ICustomer interface. EMF certainly supports that approach...


Daniel Rampanelli wrote:
Yes, I'm sure that would work because until now I was using this method :-)

But since the JFace databinding lack of undo/redo support (which EMF Databinding does), I decided to use these bindings but maybe I'm completely wrong.

What I need to accomplish is to combine the undo/redo feature on editors that handle hand-coded classes.

I hope someone can give me a hint on how to solve my issue!

Daniel