Uses of Interface
org.eclipse.core.commands.operations.IAdvancedUndoableOperation2
Package
Description
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
-
Uses of IAdvancedUndoableOperation2 in org.eclipse.core.commands.operations
Modifier and TypeClassDescriptionfinal class
Triggered operations are a specialized implementation of a composite operation that keeps track of operations triggered by the execution of some primary operation. -
Uses of IAdvancedUndoableOperation2 in org.eclipse.ui.ide.undo
Modifier and TypeClassDescriptionclass
An AbstractWorkspaceOperation represents an undoable operation that affects the workspace.class
A CopyProjectOperation represents an undoable operation for copying a project, also specifying the location of its contents.class
A CopyResourcesOperation represents an undoable operation for copying one or more resources in the workspace.class
A CreateFileOperation represents an undoable operation for creating a file in the workspace.class
A CreateFolderOperation represents an undoable operation for creating a folder in the workspace.class
A CreateMarkersOperation represents an undoable operation for creating one or more markers on one or more resources in the workspace.class
A CreateProjectOperation represents an undoable operation for creating a project in the workspace.class
A DeleteMarkersOperation represents an undoable operation for deleting one or more markers in the workspace.class
A DeleteResourcesOperation represents an undoable operation for deleting one or more resources in the workspace.class
A MoveProjectOperation represents an undoable operation for moving a project's content to a different location.class
A MoveResourcesOperation represents an undoable operation for moving one or more resources in the workspace.class
An UpdateMarkersOperation represents an undoable operation for updating one or more markers in the workspace with one or more sets of attributes.