Use this extension point to specify a Command factory that must be used when creating emf.edit Commands for a specific editing domain. The implementation class of a Command factory. 0.1.0 <pre> <extension point="org.eclipse.papyrus.emf.facet.widgets.celleditors.commandFactories"> <commandFactory class="com.example.MyCommandFactory"/> </extension> </pre> Command factories must implement ICommandFactory, to provide a specialized Command for each editing operation. Copyright (c) 2010 CEA LIST. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html