Uses of Interface
org.eclipse.core.commands.operations.IContextReplacingOperation
-
Packages that use IContextReplacingOperation Package Description 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 Modifier and Type Class Description 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.
-