759760761762763764765
private IUndoableOperation getCenter() { return new CenterAlignmentOperation(container, this); } private IUndoableOperation getMiddle() { return new MiddleAlignmentOperation(container, this); }