putValue(Action.SMALL_ICON, MCTIcons.processIcon(info.getAsset(ImageIcon.class), new Color(80,80,80), new Color(40,40,40), false));
this.componentClass = info.getTypeClass();
this.targetComponent = targetComponent;
this.wizardUI = info.getAsset(CreateWizardUI.class);
if (wizardUI == null){
wizardUI = new DefaultWizardUI(this.componentClass);
}
}