| [news.eclipse.modeling.gmf] Re: IllegalStateException - how to get/use editing domain? |
Thanks a lot Alex, that did the trick :-)
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