751752753754755756757
private IUndoableOperation getLeft() { return new LeftAlignmentOperation(container, this); } private IUndoableOperation getBottom() { return new BottomAlignmentOperation(container, this); }
359360361362363364365
private IUndoableOperation doMiddle() { return new MiddleAlignmentOperation(getSelectedWidgets()); } private IUndoableOperation doBottom() { return new BottomAlignmentOperation(getSelectedWidgets()); }