Eclipse Platform
Release 3.0

org.eclipse.ui.views.navigator
Class ResourceNavigatorMoveAction

java.lang.Object
  extended byorg.eclipse.jface.action.Action
      extended byorg.eclipse.ui.actions.BaseSelectionListenerAction
          extended byorg.eclipse.ui.actions.SelectionListenerAction
              extended byorg.eclipse.ui.actions.CopyResourceAction
                  extended byorg.eclipse.ui.actions.MoveResourceAction
                      extended byorg.eclipse.ui.views.navigator.ResourceNavigatorMoveAction
All Implemented Interfaces:
IAction, ISelectionChangedListener, ISelectionValidator

public class ResourceNavigatorMoveAction
extends MoveResourceAction

The ResourceNavigatorMoveAction is a resource move that aso updates the navigator to show the result of the move. It also delegates to MoveProjectAction as needed.

Since:
2.0

Field Summary
 
Fields inherited from class org.eclipse.ui.actions.MoveResourceAction
destinations, ID
 
Fields inherited from class org.eclipse.ui.actions.CopyResourceAction
operation
 
Fields inherited from interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
 
Constructor Summary
ResourceNavigatorMoveAction(Shell shell, StructuredViewer structureViewer)
          Create a ResourceNavigatorMoveAction and use the supplied viewer to update the UI.
 
Method Summary
 void run()
          The default implementation of this IAction method does nothing.
protected  boolean updateSelection(IStructuredSelection selection)
          The CopyResourceAction implementation of this SelectionListenerAction method enables this action only if all of the one or more selections are sibling resources which are local (depth infinity).
 
Methods inherited from class org.eclipse.ui.actions.MoveResourceAction
createOperation, getDestinations, getResources, runOperation
 
Methods inherited from class org.eclipse.ui.actions.CopyResourceAction
getNewNameFor, isValid
 
Methods inherited from class org.eclipse.ui.actions.SelectionListenerAction
clearCache, getSelectedNonResources, getSelectedResources, resourceIsType, selectionIsOfType
 
Methods inherited from class org.eclipse.ui.actions.BaseSelectionListenerAction
getStructuredSelection, runWithEvent, selectionChanged, selectionChanged
 
Methods inherited from class org.eclipse.jface.action.Action
addPropertyChangeListener, convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, firePropertyChange, firePropertyChange, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, notifyResult, removeAcceleratorText, removeMnemonics, removePropertyChangeListener, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceNavigatorMoveAction

public ResourceNavigatorMoveAction(Shell shell,
                                   StructuredViewer structureViewer)
Create a ResourceNavigatorMoveAction and use the supplied viewer to update the UI.

Parameters:
shell - Shell
structureViewer - StructuredViewer
Method Detail

run

public void run()
Description copied from class: Action
The default implementation of this IAction method does nothing. Subclasses should override this method if they do not need information from the triggering event, or override runWithEvent(Event) if they do.

Specified by:
run in interface IAction
Overrides:
run in class CopyResourceAction

updateSelection

protected boolean updateSelection(IStructuredSelection selection)
Description copied from class: CopyResourceAction
The CopyResourceAction implementation of this SelectionListenerAction method enables this action only if all of the one or more selections are sibling resources which are local (depth infinity).

Overrides:
updateSelection in class CopyResourceAction

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.