getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddMRestFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddMeasureFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddDynamFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());