ManageSourcesAction manageSourcesAction = new ManageSourcesAction(this);
getActionRegistry().registerAction(manageSourcesAction);
InsertMeasuresAction insertMeasuresAction = new InsertMeasuresAction(
this);
getActionRegistry().registerAction(insertMeasuresAction);
InsertStaffdefsAction insertStaffdefsAction = new InsertStaffdefsAction(
this);
getActionRegistry().registerAction(insertStaffdefsAction);
// Add specific addChild actions
addSpecificChildActions();
viewer.setRootEditPart(root);