service.registerAction(actionCLOSE);
bars.setGlobalActionHandler(ActionFactory.CLOSE.getId(), actionCLOSE);
if(actionSAVE == null)
actionSAVE = ActionFactory.SAVE.create(part.getSite().getWorkbenchWindow());
service.registerAction(actionSAVE);
bars.setGlobalActionHandler(ActionFactory.SAVE.getId(), actionSAVE);
if(actionCLOSE_ALL == null)
actionCLOSE_ALL = ActionFactory.CLOSE_ALL.create(part.getSite().getWorkbenchWindow());
bars.setGlobalActionHandler(ActionFactory.CLOSE_ALL.getId(), actionCLOSE_ALL);