Class ResourceNavigatorRenameAction

All Implemented Interfaces:
IAction, ISelectionChangedListener

@Deprecated(forRemoval=true) public class ResourceNavigatorRenameAction extends RenameResourceAction
Deprecated, for removal: This API element is subject to removal in a future version.
as of 3.5, use the Common Navigator Framework classes instead
The ResourceNavigatorRenameAction is the rename action used by the ResourceNavigator that also allows updating after rename.
Since:
2.0
Restriction:
This class is not intended to be subclassed by clients.
Restriction:
This class is not intended to be referenced by clients. Planned to be deleted, please see Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=549953
Restriction:
This class is not intended to be instantiated by clients.
  • Constructor Details

    • ResourceNavigatorRenameAction

      public ResourceNavigatorRenameAction(Shell shell, TreeViewer treeViewer)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer for editing.
      Parameters:
      shell - Shell
      treeViewer - TreeViewer
  • Method Details

    • runWithNewPath

      protected void runWithNewPath(IPath path, IResource resource)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      runWithNewPath in class RenameResourceAction
      Parameters:
      path - the path
      resource - the resource
    • handleKeyReleased

      public void handleKeyReleased(KeyEvent event)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Handle the key release