| org.eclipse.ui.actions.SelectionListenerAction org.eclipse.ui.actions.WorkspaceAction org.eclipse.ui.actions.ScrubLocalAction
ScrubLocalAction | public class ScrubLocalAction extends WorkspaceAction (Code) | | Standard action for scrubbing the local content in the local file system of
the selected resources and all of their descendents.
This class may be instantiated; it is not intended to be subclassed.
|
Field Summary | |
final public static String | ID The id of this action. |
ID | final public static String ID(Code) | | The id of this action.
|
ScrubLocalAction | public ScrubLocalAction(Shell shell)(Code) | | Creates a new action.
Parameters: shell - the shell for any dialogs |
getOperationMessage | protected String getOperationMessage()(Code) | | |
getProblemsMessage | protected String getProblemsMessage()(Code) | | |
invokeOperation | protected void invokeOperation(IResource resource, IProgressMonitor monitor) throws CoreException(Code) | | |
updateSelection | protected boolean updateSelection(IStructuredSelection s)(Code) | | The ScrubLocalAction implementation of this
SelectionListenerAction method ensures that this action is
disabled if any of the selections are not resources.
|
|
|