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.
|
org.eclipse.ui.ide.undo |
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
|
Modifier and Type | Method and Description |
---|---|
void |
IAdvancedUndoableOperation.aboutToNotify(OperationHistoryEvent event)
An operation history notification about this operation is about to be
sent to operation history listeners.
|
void |
TriggeredOperations.aboutToNotify(OperationHistoryEvent event) |
void |
IOperationHistoryListener.historyNotification(OperationHistoryEvent event)
Something of note has happened in the IOperationHistory.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractWorkspaceOperation.aboutToNotify(OperationHistoryEvent event) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.