public class StepSequence
extends java.lang.Object
Constructor and Description |
---|
StepSequence(ModuleWizardStep... commonSteps) |
Modifier and Type | Method and Description |
---|---|
void |
addCommonFinishingStep(ModuleWizardStep step,
java.util.Set<java.lang.String> suitableTypes) |
void |
addCommonStep(ModuleWizardStep step) |
void |
addSpecificStep(java.lang.String type,
ModuleWizardStep step) |
void |
addStepsForBuilder(AbstractModuleBuilder builder,
WizardContext wizardContext,
ModulesProvider modulesProvider) |
java.util.List<ModuleWizardStep> |
getAllSteps() |
ModuleWizardStep |
getNextStep(ModuleWizardStep step) |
ModuleWizardStep |
getPreviousStep(ModuleWizardStep step) |
java.util.List<ModuleWizardStep> |
getSelectedSteps() |
java.lang.String |
getSelectedType() |
void |
setIgnoredSteps(java.util.List<java.lang.Class<? extends ModuleWizardStep>> steps) |
void |
setType(java.lang.String type) |
void |
setTypes(java.util.Collection<java.lang.String> types) |
public StepSequence(ModuleWizardStep... commonSteps)
public void addCommonStep(ModuleWizardStep step)
public void addCommonFinishingStep(ModuleWizardStep step, java.util.Set<java.lang.String> suitableTypes)
public void addStepsForBuilder(AbstractModuleBuilder builder, WizardContext wizardContext, ModulesProvider modulesProvider)
public void addSpecificStep(java.lang.String type, ModuleWizardStep step)
public java.util.List<ModuleWizardStep> getSelectedSteps()
public ModuleWizardStep getNextStep(ModuleWizardStep step)
public ModuleWizardStep getPreviousStep(ModuleWizardStep step)
public void setTypes(java.util.Collection<java.lang.String> types)
public void setIgnoredSteps(java.util.List<java.lang.Class<? extends ModuleWizardStep>> steps)
public void setType(java.lang.String type)
public java.lang.String getSelectedType()
public java.util.List<ModuleWizardStep> getAllSteps()