4647484950515253545556
add.setChild(part); MoveCommand move = new MoveCommand(part, rect); move.setParent((CompoundModel) getHost().getModel()); return add.chain(move); } protected Command createChangeConstraintCommand(EditPart child, Object constraint) {