Uses of Class
org.eclipse.ui.ide.undo.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
Modifier and TypeMethodDescriptionprotected AbstractWorkspaceOperation
CopyFilesAndFoldersOperation.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 AbstractWorkspaceOperation
MoveFilesAndFoldersOperation.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
Modifier and TypeClassDescriptionclass
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.