Eclipse Platform
2.0

org.eclipse.ui.views.navigator
Class ResourceNavigatorMoveAction

java.lang.Object
  |
  +--org.eclipse.jface.action.Action
        |
        +--org.eclipse.ui.actions.SelectionListenerAction
              |
              +--org.eclipse.ui.actions.CopyResourceAction
                    |
                    +--org.eclipse.ui.actions.MoveResourceAction
                          |
                          +--org.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 interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, CHECKED, DESCRIPTION, ENABLED, IMAGE, 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
getDestinations, getResources
 
Methods inherited from class org.eclipse.ui.actions.CopyResourceAction
getNewNameFor, isValid
 
Methods inherited from class org.eclipse.ui.actions.SelectionListenerAction
getSelectedNonResources, getSelectedResources, getStructuredSelection, resourceIsType, selectionChanged, selectionChanged, selectionIsOfType
 
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, removeAcceleratorText, removePropertyChangeListener, runWithEvent, 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 run(Event) if they do.

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

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
Parameters:
selection - the new selection
Returns:
true if the action should be enabled for this selection, and false otherwise

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.