Uses of Class
de.xima.fc.gui.bean.settings.model.EWizardStep
-
Packages that use EWizardStep Package Description de.xima.fc.gui.bean.settings.model -
-
Uses of EWizardStep in de.xima.fc.gui.bean.settings.model
Methods in de.xima.fc.gui.bean.settings.model that return EWizardStep Modifier and Type Method Description static EWizardStep
EWizardStep. getById(String stepID)
Deprecated.static EWizardStep
EWizardStep. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static EWizardStep[]
EWizardStep. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-