Uses of Class
org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Packages that use AbstractWorkspaceOperation
Package
Description
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
-
Uses of AbstractWorkspaceOperation in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions that return AbstractWorkspaceOperationModifier and TypeMethodDescriptionprotected AbstractWorkspaceOperationCopyFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[] resources, IPath destinationPath) Returns an AbstractWorkspaceOperation suitable for performing the move or copy operation that will move or copy the given resources to the given destination path.protected AbstractWorkspaceOperationMoveFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[] resources, IPath destinationPath) Returns an AbstractWorkspaceOperation suitable for performing the move or copy operation that will move or copy the given resources to the given destination path. -
Uses of AbstractWorkspaceOperation in org.eclipse.ui.ide.undo
Subclasses of AbstractWorkspaceOperation in org.eclipse.ui.ide.undoModifier and TypeClassDescriptionclassA 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.