755756757758759760761
private IUndoableOperation getBottom() { return new BottomAlignmentOperation(container, this); } private IUndoableOperation getCenter() { return new CenterAlignmentOperation(container, this); }