org.eclipse.emf.facet.widgets.celleditors
Interface ICommandFactoriesRegistry
public interface ICommandFactoriesRegistry
Registry for the "commandFactories" extension point. It is used to create EMF Commands
compatible with a given EditingDomain.
For example, a TransactionalEditingDomain doesn't work with the usual EMF commands,
and the model must be manipulated with Commands that use transactions.
INSTANCE
static final ICommandFactoriesRegistry INSTANCE
- the singleton
ICommandFactoriesRegistry
getCommandFactories
java.util.List<ICommandFactory> getCommandFactories()
- Returns:
- the list of registered command factories
getCommandFactoryFor
ICommandFactory getCommandFactoryFor(EditingDomain editingDomain)
- Returns:
- a command factory compatible with the given
EditingDomain, or
null if none is found