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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperationHistory.openOperation(ICompositeOperation operation,
int mode)
Open this composite operation and consider it an operation that contains
other related operations.
|
void |
DefaultOperationHistory.openOperation(ICompositeOperation operation,
int mode) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.