}
current += 1;
if (current <= getStepCount()) {
for (int i = 0; i < getStepCount(); i++) {
IWizardPanel panel = getWizardPanel(i);
if (panel instanceof ModuleExportWizardPanel)
((ModuleExportWizardPanel) panel).setDefinition(definition);
panel.setVisible(i == current);
}
} else {
current -= 1;
}