}
}
@Override
public void actionPerformed(ActionEvent e) {
NewObjectDialog dialog = new NewObjectDialog(actionContext.getTargetHousing().getHostedFrame(), getValue(
Action.NAME).toString(), this.wizardUI);
dialog.setVisible(true);
if (!dialog.getConfirm()){
return;
}
String newComponentId = null;
AbstractComponent c = this.wizardUI.createComp(ExternalComponentRegistryImpl.getInstance(), targetComponent);