Uses of Interface
org.eclipse.core.commands.operations.IContextReplacingOperation

Packages that use IContextReplacingOperation
org.eclipse.core.commands.operations Classes for the creation of undoable operations which can be added to an operations history and later be undone and redone. 
 

Uses of IContextReplacingOperation in org.eclipse.core.commands.operations
 

Classes in org.eclipse.core.commands.operations that implement IContextReplacingOperation
 class TriggeredOperations
          Triggered operations are a specialized implementation of a composite operation that keeps track of operations triggered by the execution of some primary operation.