6465666768697071727374
* Adding the page to the wizard. */ public void addPages() { toolSelectionPage = new ToolSelectionPage(); addPage(toolSelectionPage); //add the wsdl2java wizard pages wsdlSelectionPage = new WSDLFileSelectionPage(); addPage(wsdlSelectionPage);