public void storeSettings(Object settings) {
   WizardDescriptor d = (WizardDescriptor) settings;
   component.store(d);
 }