ch.sahits.codegen.ui.wizards
Class BasicJavaSourceCodeGenWizard

java.lang.Object
  extended by BasicCodeGenWizard
      extended by ch.sahits.codegen.ui.wizards.BasicJavaSourceCodeGenWizard

public abstract class BasicJavaSourceCodeGenWizard
extends BasicCodeGenWizard

This abstract class adds functionality for the navigation of the wizard in the case of a Java source code generation

Since:
1.2.0
Author:
Andi Hotz

Constructor Summary
BasicJavaSourceCodeGenWizard()
           
 
Method Summary
 IWizardPage getNextPage(IWizardPage page)
          Override the method to manage the displaying of page three.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicJavaSourceCodeGenWizard

public BasicJavaSourceCodeGenWizard()
Method Detail

getNextPage

public IWizardPage getNextPage(IWizardPage page)
Override the method to manage the displaying of page three. This method my be a bit slow

See Also:
org.eclipse.jface.wizard.Wizard#getNextPage(org.eclipse.jface.wizard.IWizardPage)