| org.eclipse.ui.actions.MoveResourceAction org.eclipse.ui.views.navigator.ResourceNavigatorMoveAction
ResourceNavigatorMoveAction | public class ResourceNavigatorMoveAction extends MoveResourceAction (Code) | | 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 |
Constructor Summary | |
public | ResourceNavigatorMoveAction(Shell shell, StructuredViewer structureViewer) Create a ResourceNavigatorMoveAction and use the supplied viewer to update the UI. |
Method Summary | |
public void | run() | protected boolean | updateSelection(IStructuredSelection selection) |
ResourceNavigatorMoveAction | public ResourceNavigatorMoveAction(Shell shell, StructuredViewer structureViewer)(Code) | | Create a ResourceNavigatorMoveAction and use the supplied viewer to update the UI.
Parameters: shell - Shell Parameters: structureViewer - StructuredViewer |
updateSelection | protected boolean updateSelection(IStructuredSelection selection)(Code) | | |
|
|