public class MoveProjectAction extends CopyProjectAction
Modifier and Type | Field and Description |
---|---|
static String |
ID
The id of this action.
|
errorStatus, shell, shellProvider
AS_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, updateSelection
clearCache, getSelectedNonResources, getSelectedResources, resourceIsType, selectionIsOfType
getStructuredSelection, runWithEvent, selectionChanged, selectionChanged
convertAccelerator, 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, setToolTipText
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
public static final String ID
@Deprecated public MoveProjectAction(Shell shell)
MoveProjectAction(IShellProvider)
shell
- the shell for any dialogspublic MoveProjectAction(IShellProvider provider)
provider
- the IShellProvider for any dialogs@Deprecated protected String getErrorsTitle()
getErrorsTitle
in class CopyProjectAction
protected Object[] queryDestinationParameters(IProject project)
queryDestinationParameters
in class CopyProjectAction
project
- the project we are going to move.public void run()
IAction
.run
in interface IAction
run
in class CopyProjectAction
How radio buttons are handled
,
How check boxes are handled
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.