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