public class MoveProjectAction extends CopyProjectAction
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The id of this action.
|
errorStatus, shell, shellProviderAS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT| Constructor and Description |
|---|
MoveProjectAction(IShellProvider provider)
Creates a new project move action and initializes it.
|
MoveProjectAction(Shell shell)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getErrorsTitle()
Deprecated.
As of 3.3, the error handling is performed by the undoable
operation which handles the move.
|
protected Object[] |
queryDestinationParameters(IProject project)
Query for a new project destination using the parameters in the existing
project.
|
void |
run()
Implementation of method defined on
IAction. |
createDescription, getModelProviderIds, getPlugin, setModelProviderIds, updateSelectionclearCache, getSelectedNonResources, getSelectedResources, resourceIsType, selectionIsOfTypegetStructuredSelection, runWithEvent, selectionChanged, selectionChangedconvertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipTextaddPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListeneraddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectpublic static final String ID
public MoveProjectAction(Shell shell)
MoveProjectAction(IShellProvider)shell - the shell for any dialogspublic MoveProjectAction(IShellProvider provider)
provider - the IShellProvider for any dialogsprotected String getErrorsTitle()
getErrorsTitle in class CopyProjectActionprotected Object[] queryDestinationParameters(IProject project)
queryDestinationParameters in class CopyProjectActionproject - the project we are going to move.public void run()
IAction.run in interface IActionrun in class CopyProjectActionHow radio buttons are handled,
How check boxes are handled
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.