767768769770771772773
private IUndoableOperation getSameWidth() { return new SameWidthOperation(container, this); } private IUndoableOperation getSameHeight() { return new SameHeightOperation(container, this); }
347348349350351352353
return getLayoutAdapter().doKeyPressed(e); } } private IUndoableOperation doSameHeight() { return new SameHeightOperation(getSelectedWidgets()); }