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 EProjectWizard
SubMenuEntryModel. getProjectWizardType()
Deprecated.Methods in de.xima.fc.gui.model with parameters of type EProjectWizard Modifier and Type Method Description void
SubMenuEntryModel. setProjectWizardType(EProjectWizard projectWizardType)
Deprecated.SubMenuEntryModel.Builder
SubMenuEntryModel.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 EProjectWizard
EProjectWizard. 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.
-