////////////////////////////////////////////////////////////////////////////
public ComponentInfo(AstEditor editor,
ComponentDescription description,
CreationSupport creationSupport) throws Exception {
super(editor, description, creationSupport);
addBroadcastListener(new JavaInfoChildBeforeAssociation(this));
configureBeforeAssociation();
hierarchy_removeIfDangling();
}