//
////////////////////////////////////////////////////////////////////////////
@Override
protected Command getCreateCommand(CreateRequest request) {
final WidgetInfo component = (WidgetInfo) request.getNewObject();
return new EditCommand(m_layout) {
@Override
protected void executeEdit() throws Exception {
placementsSupport.commitAdd();
Rectangle widgetModelBounds = component.getModelBounds();
m_layout.command_CREATE(component, null);