| org.eclipse.ui.dialogs.ProjectLocationMoveDialog
ProjectLocationMoveDialog | public class ProjectLocationMoveDialog extends SelectionDialog (Code) | | The ProjectLocationMoveDialog is the dialog used to select the location of a
project for moving.
|
Constructor Summary | |
public | ProjectLocationMoveDialog(Shell parentShell, IProject existingProject) Create a ProjectLocationMoveDialog on the supplied project parented by
the parentShell. |
Method Summary | |
protected void | configureShell(Shell shell) | protected Control | createContents(Composite parent) | protected Control | createDialogArea(Composite parent) | protected void | okPressed() The ProjectLocationMoveDialog implementation of this
Dialog method builds a two element list - the first
element is the project name and the second one is the location. | public void | setMessage(String message) |
ProjectLocationMoveDialog | public ProjectLocationMoveDialog(Shell parentShell, IProject existingProject)(Code) | | Create a ProjectLocationMoveDialog on the supplied project parented by
the parentShell.
Parameters: parentShell - Parameters: existingProject - |
configureShell | protected void configureShell(Shell shell)(Code) | | |
createContents | protected Control createContents(Composite parent)(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | |
okPressed | protected void okPressed()(Code) | | The ProjectLocationMoveDialog implementation of this
Dialog method builds a two element list - the first
element is the project name and the second one is the location.
|
|
|