Uses of Class
org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand

Packages that use AbstractEMFStoreCommand
org.eclipse.emf.emfstore.internal.client.model.util   
 

Uses of AbstractEMFStoreCommand in org.eclipse.emf.emfstore.internal.client.model.util
 

Subclasses of AbstractEMFStoreCommand in org.eclipse.emf.emfstore.internal.client.model.util
 class EMFStoreCommand
          Recording command that can buffer a result for later retrieval.
 class EMFStoreCommandWithException<T>
          Abstract superclass for commands that are run on the EMFStore command stack and can throw eceptions.
 class EMFStoreCommandWithParameter<T>
          Command with a parameter.
 class EMFStoreCommandWithParameterAndResult<T,U>
          Command that can buffer a result for later retrieval.
 class EMFStoreCommandWithResult<T>
          Command that can buffer a result for later retrieval.
 class EMFStoreCommandWithResultAndException<T,E>
          Command that can buffer a result for later retrieval.
 



Copyright © 2015. All Rights Reserved.