763764765766767768769
private IUndoableOperation getMiddle() { return new MiddleAlignmentOperation(container, this); } private IUndoableOperation getSameWidth() { return new SameWidthOperation(container, this); }