1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

new isValidatioLocation() method.

This commit is contained in:
Alain Magloire 2002-12-04 14:35:52 +00:00
parent 638199b49a
commit 3e1479cd80

View file

@ -119,6 +119,15 @@ public abstract class CProjectWizard extends BasicNewResourceWizard implements I
return new Status(IStatus.OK, CUIPlugin.PLUGIN_ID, 0, "", null);
}
/**
* Method isValidLocation.
* @param projectFieldContents
* @return IStatus
*/
protected IStatus isValidLocation(String projectFieldContents) {
return new Status(IStatus.OK, CUIPlugin.PLUGIN_ID, 0, "", null);
}
/**
* Gets the project location path from the main page
* Overwrite this method if you do not have a main page