Uses of Interface
org.eclipse.emf.common.command.CommandStackListener

Packages that use CommandStackListener
org.eclipse.emf.common.command Provides a framework for implementing and composing commands. 
org.eclipse.emf.mapping.action   
org.eclipse.emf.mapping.presentation   
 

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

Fields in org.eclipse.emf.common.command with type parameters of type CommandStackListener
protected  java.util.Collection<CommandStackListener> BasicCommandStack.listeners
          The CommandStackListeners.
 

Methods in org.eclipse.emf.common.command with parameters of type CommandStackListener
 void BasicCommandStack.addCommandStackListener(CommandStackListener listener)
           
 void CommandStack.addCommandStackListener(CommandStackListener listener)
          Adds a listener to the command stack, which will be notified whenever a command has been processed on the stack.
 void BasicCommandStack.removeCommandStackListener(CommandStackListener listener)
           
 void CommandStack.removeCommandStackListener(CommandStackListener listener)
          Removes a listener from the command stack.
 

Uses of CommandStackListener in org.eclipse.emf.mapping.action
 

Classes in org.eclipse.emf.mapping.action that implement CommandStackListener
 class CreateMappingAction
           
 class CreateOneSidedMappingAction
           
 class NameMatchMappingAction
           
 class RemoveMappingAction
           
 class TypeMatchMappingAction
           
 

Uses of CommandStackListener in org.eclipse.emf.mapping.presentation
 

Fields in org.eclipse.emf.mapping.presentation declared as CommandStackListener
protected  CommandStackListener MappingEditor.commandStackListener
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.