Save This Page
Home » axis2-1.5-src » org.apache.axis2.tool » codegen » eclipse » [javadoc | source]
org.apache.axis2.tool.codegen.eclipse
public class: CodeGenWizard [javadoc | source]
java.lang.Object
   org.eclipse.jface.wizard.Wizard
      org.apache.axis2.tool.codegen.eclipse.CodeGenWizard

All Implemented Interfaces:
    org.eclipse.ui.INewWizard, Java2WSDLConstants

The main wizard for the codegen wizard
Constructor:
 public CodeGenWizard() 
Method from org.apache.axis2.tool.codegen.eclipse.CodeGenWizard Summary:
addPages,   canFinish,   copyDirectory,   getNextPage,   getSelectedCodegenOptionType,   getSelectedWizardType,   getWSDLname,   init,   performFinish,   populateOptions,   setDefaultNamespaces,   setSelectedCodegenOptionType,   setSelectedWizardType
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.tool.codegen.eclipse.CodeGenWizard Detail:
 public  void addPages() 
    Adding the page to the wizard.
 public boolean canFinish() 
 public  void copyDirectory(File srcDir,
    File dstDir) throws IOException 
 public IWizardPage getNextPage(IWizardPage page) 
 public int getSelectedCodegenOptionType() 
 public int getSelectedWizardType() 
 public String getWSDLname() 
    Get the selected WSDL from the WSDLselectionpage
 public  void init(IWorkbench workbench,
    IStructuredSelection selection) 
    We will accept the selection in the workbench to see if we can initialize from it.
 public boolean performFinish() 
    This method is called when 'Finish' button is pressed in the wizard. We will create an operation and run it using wizard as execution context.
 public  void populateOptions() 
    populate the options page. Usually done after reloading the WSDL
 public  void setDefaultNamespaces(String fullyQualifiedClassName) 
 public  void setSelectedCodegenOptionType(int selectedCodegenOptionType) 
 public  void setSelectedWizardType(int selectedWizardType)