371372373374375376377
private IUndoableOperation doRight() { return new RightAlignmentOperation(getSelectedWidgets()); } private IUndoableOperation doCenter() { return new CenterAlignmentOperation(getSelectedWidgets()); }