Uses of Class
org.eclipse.core.commands.operations.AbstractOperation
Packages that use AbstractOperation
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 AbstractOperation in org.eclipse.core.commands.operations
Subclasses of AbstractOperation in org.eclipse.core.commands.operationsModifier and TypeClassDescriptionfinal classTriggered operations are a specialized implementation of a composite operation that keeps track of operations triggered by the execution of some primary operation. -
Uses of AbstractOperation in org.eclipse.ui.ide.undo
Subclasses of AbstractOperation in org.eclipse.ui.ide.undoModifier and TypeClassDescriptionclassAn AbstractWorkspaceOperation represents an undoable operation that affects the workspace.classA CopyProjectOperation represents an undoable operation for copying a project, also specifying the location of its contents.classA CopyResourcesOperation represents an undoable operation for copying one or more resources in the workspace.classA CreateFileOperation represents an undoable operation for creating a file in the workspace.classA CreateFolderOperation represents an undoable operation for creating a folder in the workspace.classA CreateMarkersOperation represents an undoable operation for creating one or more markers on one or more resources in the workspace.classA CreateProjectOperation represents an undoable operation for creating a project in the workspace.classA DeleteMarkersOperation represents an undoable operation for deleting one or more markers in the workspace.classA DeleteResourcesOperation represents an undoable operation for deleting one or more resources in the workspace.classA MoveProjectOperation represents an undoable operation for moving a project's content to a different location.classA MoveResourcesOperation represents an undoable operation for moving one or more resources in the workspace.classAn UpdateMarkersOperation represents an undoable operation for updating one or more markers in the workspace with one or more sets of attributes.