/**
* creates all selectionActions
*/
@SuppressWarnings("unchecked")
private void addSpecificChildActions() {
SelectionAction addSpecificChildAction = new AddSectionFormAsChildAction(
this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddStaffGroupFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddStaffDefFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddStaffFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddLayerFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddChordGroupFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddBeamGroupFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddRestFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddSpaceFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddAppFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddReadingFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddNoteFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
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());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddFermataFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddSlurFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddTieFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new CloneFormAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddEndingFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
}