| org.eclipse.ui.ide.undo.AbstractWorkspaceOperation org.eclipse.ui.ide.undo.AbstractMarkersOperation org.eclipse.ui.ide.undo.DeleteMarkersOperation
DeleteMarkersOperation | public class DeleteMarkersOperation extends AbstractMarkersOperation (Code) | | A DeleteMarkersOperation represents an undoable operation for deleting one or
more markers in the workspace. Clients may call the public API from a
background thread.
This class is intended to be instantiated and used by clients. It is not
intended to be subclassed by clients.
since: 3.3 |
Constructor Summary | |
public | DeleteMarkersOperation(IMarker[] markers, String name) Create an undoable operation that can delete the specified markers. |
DeleteMarkersOperation | public DeleteMarkersOperation(IMarker[] markers, String name)(Code) | | Create an undoable operation that can delete the specified markers.
Parameters: markers - the markers to be deleted Parameters: name - the name used to describe the operation that deletes themarkers |
doExecute | protected void doExecute(IProgressMonitor monitor, IAdaptable info) throws CoreException(Code) | | |
doUndo | protected void doUndo(IProgressMonitor monitor, IAdaptable info) throws CoreException(Code) | | |
getBasicRedoStatus | protected IStatus getBasicRedoStatus()(Code) | | |
getBasicUndoStatus | protected IStatus getBasicUndoStatus()(Code) | | |
|
|