Uses of Class
de.xima.fc.gui.statics.EProjectWizard
- 
Packages that use EProjectWizard Package Description de.xima.fc.gui.model de.xima.fc.gui.statics  - 
- 
Uses of EProjectWizard in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return EProjectWizard Modifier and Type Method Description EProjectWizardSubMenuEntryModel. getProjectWizardType()Deprecated.Methods in de.xima.fc.gui.model with parameters of type EProjectWizard Modifier and Type Method Description voidSubMenuEntryModel. setProjectWizardType(EProjectWizard projectWizardType)Deprecated.SubMenuEntryModel.BuilderSubMenuEntryModel.Builder. wizardType(EProjectWizard projectWizardType) - 
Uses of EProjectWizard in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics that return EProjectWizard Modifier and Type Method Description static EProjectWizardEProjectWizard. valueOf(String name)Returns the enum constant of this type with the specified name.static EProjectWizard[]EProjectWizard. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -