|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandStack | |
---|---|
org.eclipse.emf.common.command | Provides a framework for implementing and composing commands. |
org.eclipse.emf.edit.domain | This provides support for an EditingDomain , which acts a
centralized control mechanism for managing a set of interrelated
models and the Command s
which modify them.
|
org.eclipse.emf.mapping.command | |
org.eclipse.emf.mapping.domain | |
org.eclipse.emf.mapping.ecore2ecore.presentation |
Uses of CommandStack in org.eclipse.emf.common.command |
---|
Classes in org.eclipse.emf.common.command that implement CommandStack | |
---|---|
class |
BasicCommandStack
A basic and obvious implementation of an undoable stack of commands. |
Uses of CommandStack in org.eclipse.emf.edit.domain |
---|
Fields in org.eclipse.emf.edit.domain declared as CommandStack | |
---|---|
protected CommandStack |
AdapterFactoryEditingDomain.commandStack
This is the command stack that was passed into the constructor. |
Methods in org.eclipse.emf.edit.domain that return CommandStack | |
---|---|
CommandStack |
EditingDomain.getCommandStack()
This returns a command queue for executing commands. |
CommandStack |
AdapterFactoryEditingDomain.getCommandStack()
This returns the command stack provided in the constructor. |
Constructors in org.eclipse.emf.edit.domain with parameters of type CommandStack | |
---|---|
AdapterFactoryEditingDomain(AdapterFactory adapterFactory,
CommandStack commandStack)
Create an instance from the adapter factory, and the specialized command stack. |
|
AdapterFactoryEditingDomain(AdapterFactory adapterFactory,
CommandStack commandStack,
java.util.Map<Resource,java.lang.Boolean> resourceToReadOnlyMap)
Create an instance from the adapter factory, the specialized command stack, and the map used to maintain read only state. |
|
AdapterFactoryEditingDomain(AdapterFactory adapterFactory,
CommandStack commandStack,
ResourceSet resourceSet)
Create an instance from the adapter factory, the specialized command stack, and the specialized resource set. |
Uses of CommandStack in org.eclipse.emf.mapping.command |
---|
Classes in org.eclipse.emf.mapping.command that implement CommandStack | |
---|---|
class |
PersistentCommandStack
This implementation of a command stack records the command class and command parameter used to create each command. |
Uses of CommandStack in org.eclipse.emf.mapping.domain |
---|
Constructors in org.eclipse.emf.mapping.domain with parameters of type CommandStack | |
---|---|
AdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory topDomainAdapterFactory,
AdapterFactory bottomDomainAdapterFactory,
CommandStack commandStack)
|
|
AdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory topDomainAdapterFactory,
AdapterFactory bottomDomainAdapterFactory,
CommandStack commandStack,
ResourceSet resourceSet)
|
|
AdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory editingDomainAdapterFactory,
CommandStack commandStack)
|
|
AdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory editingDomainAdapterFactory,
CommandStack commandStack,
ResourceSet resourceSet)
|
|
PluginAdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory topDomainAdapterFactory,
AdapterFactory bottomDomainAdapterFactory,
CommandStack commandStack,
ResourceSet resourceSet,
java.lang.String mappingDomainKey)
|
|
PluginAdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory topDomainAdapterFactory,
AdapterFactory bottomDomainAdapterFactory,
CommandStack commandStack,
java.lang.String mappingDomainKey)
|
|
PluginAdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory editingDomainAdapterFactory,
CommandStack commandStack,
ResourceSet resourceSet,
java.lang.String mappingDomainKey)
|
|
PluginAdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory editingDomainAdapterFactory,
CommandStack commandStack,
java.lang.String mappingDomainKey)
|
Uses of CommandStack in org.eclipse.emf.mapping.ecore2ecore.presentation |
---|
Constructors in org.eclipse.emf.mapping.ecore2ecore.presentation with parameters of type CommandStack | |
---|---|
Ecore2EcoreEditor.Ecore2EcoreMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory topDomainAdapterFactory,
AdapterFactory bottomDomainAdapterFactory,
CommandStack commandStack,
java.lang.String mappingDomainKey)
|
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |