Ejemplo n.º 1
0
 public void addChild(BasicEditable child) {
   children.add(child);
   child.setParent(this);
 }