Uses of Interface
org.eclipse.emf.transaction.util.ConditionalRedoCommand

Packages that use ConditionalRedoCommand
org.eclipse.emf.transaction Definition of the API for a transactional editing domain. 
org.eclipse.emf.transaction.util Utilities used by/with the transactional editing domain API. 
org.eclipse.emf.workspace Definition of the API for a transactional editing domain integrated with the Eclipse Workbench's operation history. 
 

Uses of ConditionalRedoCommand in org.eclipse.emf.transaction
 

Classes in org.eclipse.emf.transaction that implement ConditionalRedoCommand
 class RecordingCommand
          A partial Command implementation that records the changes made by a subclass's direct manipulation of objects via the metamodel's API.
 

Uses of ConditionalRedoCommand in org.eclipse.emf.transaction.util
 

Classes in org.eclipse.emf.transaction.util that implement ConditionalRedoCommand
static class ConditionalRedoCommand.Compound
          A conditionally redoable compound command.
 class TriggerCommand
          A specialized compound command that combines a "triggering" command with commands contributed by ResourceSetListeners as triggers.
 

Uses of ConditionalRedoCommand in org.eclipse.emf.workspace
 

Classes in org.eclipse.emf.workspace that implement ConditionalRedoCommand
 class EMFOperationCommand
          An implementation of the EMF Command API that wraps an IUndoableOperation.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.