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