| org.eclipse.core.commands.operations |
|
| Java Source File Name | Type | Comment |
| AbstractOperation.java | Class |
Abstract implementation for an undoable operation. |
| DefaultOperationHistory.java | Class |
A base implementation of IOperationHistory that implements a linear undo and
redo model . |
| IOperationHistory.java | Interface |
IOperationHistory tracks a history of operations that can be undone or
redone. |
| IUndoableOperation.java | Interface |
IUndoableOperation defines an operation that can be executed, undone, and
redone. |
| LinearUndoViolationDetector.java | Class |
An abstract class for detecting violations in a strict linear undo/redo
model. |
| ObjectUndoContext.java | Class |
An undo context that can be used to represent any given object. |
| OperationHistoryEvent.java | Class |
OperationHistoryEvent is used to communicate changes that occur in a
DefaultOperationHistory, including the addition or removal of operations,
and the execution, undo, and redo of operations.
Operation history listeners must be prepared to receive notifications from a
background thread. |
| TriggeredOperations.java | Class |
Triggered operations are a specialized implementation of a composite operation
that keeps track of operations triggered by the execution of some primary operation. |