Uses of Class
ch.sahits.codegen.wizards.ECodeGenerationWizard

Packages that use ECodeGenerationWizard
ch.sahits.codegen.ui.wizards   
ch.sahits.codegen.wizards   
 

Uses of ECodeGenerationWizard in ch.sahits.codegen.ui.wizards
 

Methods in ch.sahits.codegen.ui.wizards with parameters of type ECodeGenerationWizard
 ICodeGeneratorDelegate CodeGeneratorDelegateFactory.getCodeGeneratorDelegate(IWorkbench workbench, org.eclipse.swt.widgets.Shell shell, ECodeGenerationWizard wizard)
          Factory method for the delegates.
 

Uses of ECodeGenerationWizard in ch.sahits.codegen.wizards
 

Methods in ch.sahits.codegen.wizards that return ECodeGenerationWizard
static ECodeGenerationWizard ECodeGenerationWizard.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ECodeGenerationWizard[] ECodeGenerationWizard.values()
          Returns an array containing the constants of this enum type, in the order they are declared.