1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

RESOLVED - bug 167099: Issues with adding custom pages to New Project Wizard

https://bugs.eclipse.org/bugs/show_bug.cgi?id=167099
This commit is contained in:
Chris Recoskie 2007-01-02 19:20:38 +00:00
parent 2e67b3650f
commit be225d9a50

View file

@ -29,7 +29,7 @@ public abstract class MBSCustomPage implements IWizardPage
protected IWizard wizard = null;
/**
* Preferred constructor which sets the (required) pageID
* Constructor which sets the (required) pageID.
* @param pageID identifies this page including for accessing the page data.
*/
public MBSCustomPage(String pageID) {
@ -37,10 +37,9 @@ public abstract class MBSCustomPage implements IWizardPage
}
/**
* Default constructor is not recommended; pageID must be set
* so the other constructor, with pageID parameter, is preferred.
*
* @deprecated
* 0-argument constructor, which is generally what will be invoked by the standard, custom wizard
* page system. It is assumed that either statically, or in the constructor for your derived class,
* that you will set the pageID properly.
*
*/
public MBSCustomPage() {