747748749750751752753
private IUndoableOperation getRight() { return new RightAlignmentOperation(container, this); } private IUndoableOperation getLeft() { return new LeftAlignmentOperation(container, this); }