selectionPage.expandTree();
wizard.addAndLinkPage(GeneratorWizard.SELECTION_PAGE, selectionPage);
// The following page(s) will be added by this page dynamically if needed
wizard.displayFirst();
// Create an action that starts up the wizard
GeneratorAction action = new GeneratorAction(GeneratorPlugin.this, "generator.action", wizard);
ie.add(action);
}