[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,

Try to:
- create subclass of AbstractEMFOperation, implement doExecute() operation, put model modification code into doExecute() method implementation
- run OperationHistoryFactory.getOperationHistory().execute() passing this operation as a parameter.


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