/**
* Create the wizard pages
*/
public void addPages() {
IWorkbench wkb = PlatformUI.getWorkbench();
IWizardRegistry reg = wkb.getNewWizardRegistry();
IWizardCategory root = reg.getRootCategory();
IWizardDescriptor [] primary = reg.getPrimaryWizards();
if (categoryId != null) {
IWizardCategory categories = root;
StringTokenizer familyTokenizer = new StringTokenizer(categoryId,
CATEGORY_SEPARATOR);