queryOverwrite(String pathString) The WizardDataTransfer implementation of this
IOverwriteQuery method asks the user whether the existing
resource at the given path should be overwritten.
public void
restoreWidgetValues() Use the dialog store to restore widget values to the values that they
held last time this wizard was used to completion.
public void
saveWidgetValues() Since Finish was pressed, write widget values to the dialog store so that
they will persist into the next invocation of this wizard page.
Get the array of valid project records that can be imported from the
source workspace or archive, selected by the user. If a project with the
same name exists in both the source workspace and the current workspace,
it will not appear in the list of projects to import and thus cannot be
selected for import.
Method declared public for test suite.
ProjectRecord[] array of projects that can be imported into theworkspace
The WizardDataTransfer implementation of this
IOverwriteQuery method asks the user whether the existing
resource at the given path should be overwritten.
Parameters: pathString - the user's reply: one of "YES", "NO","ALL", or "CANCEL"
Use the dialog store to restore widget values to the values that they
held last time this wizard was used to completion.
Method declared public only for use of tests.
Since Finish was pressed, write widget values to the dialog store so that
they will persist into the next invocation of this wizard page.
Method declared public only for use of tests.