Uses of Package
ch.sahits.codegen.wizards

Packages that use ch.sahits.codegen.wizards
ch.sahits.codegen.generator   
ch.sahits.codegen.java   
ch.sahits.codegen.java.wizards   
ch.sahits.codegen.ui.wizards   
ch.sahits.codegen.wizards   
 

Classes in ch.sahits.codegen.wizards used by ch.sahits.codegen.generator
IGeneratorWrapper
          This interface defines the needed methods for a code generator wrapper class.
 

Classes in ch.sahits.codegen.wizards used by ch.sahits.codegen.java
EGenerationType
          This enumeration holds the values for the ways to generate the code.
 

Classes in ch.sahits.codegen.wizards used by ch.sahits.codegen.java.wizards
BasicGeneralCodeGenerator
          This basic generator class defines the basis for code generation.
EGenerationType
          This enumeration holds the values for the ways to generate the code.
ICodeGeneratorDelegate
          This interface defines the methods that are delegated to the concrete Wizard implementation of the BasicGeneralCodeGenerator
 

Classes in ch.sahits.codegen.wizards used by ch.sahits.codegen.ui.wizards
ECodeGenerationWizard
          This Enumeration holdes the different values of Code generators
ICodeGeneratorDelegate
          This interface defines the methods that are delegated to the concrete Wizard implementation of the BasicGeneralCodeGenerator
 

Classes in ch.sahits.codegen.wizards used by ch.sahits.codegen.wizards
BasicGeneralCodeGenerator
          This basic generator class defines the basis for code generation.
ECodeGenerationWizard
          This Enumeration holdes the different values of Code generators
EGenerationType
          This enumeration holds the values for the ways to generate the code.
ICodeGeneratorDelegate
          This interface defines the methods that are delegated to the concrete Wizard implementation of the BasicGeneralCodeGenerator
MinimalArtifactDelegate
          Delegate for the Artefact Generator for Headless use