[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: IllegalStateException - how to get/use editing domain?

Hello Patrick,

Try to create a subclass of AbstractTransactionalCommand and execute this command using folowing code:

OperationHistoryFactory.getOperationHistory().execute(<command>, new NullProgressMonitor(), null);

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