375376377378379380381
private IUndoableOperation doCenter() { return new CenterAlignmentOperation(getSelectedWidgets()); } private IUndoableOperation doLeft() { return new LeftAlignmentOperation(getSelectedWidgets()); }