Uses of Class
org.eclipse.emf.common.command.AbstractCommand

Packages that use AbstractCommand
org.eclipse.emf.common.command Provides a framework for implementing and composing commands. 
 

Uses of AbstractCommand in org.eclipse.emf.common.command
 

Subclasses of AbstractCommand in org.eclipse.emf.common.command
 class CommandWrapper
          A command that wraps another command.
 class CompoundCommand
          A command that comprises a sequence of subcommands.
 class IdentityCommand
          A command that always produces the same result.
 class StrictCompoundCommand
          A composite command which assumes that later commands in the list may depend on the results and side-effects of earlier commands in the list.
 class UnexecutableCommand
          A singleton UnexecutableCommand.INSTANCE that cannot execute.
 



Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.