394041424344454647
public Action getCreatorAction() { logger.debug("get creator action"); if(creatorAction == null) creatorAction = new CreateParticipantAction(PlatformUI.getWorkbench().getActiveWorkbenchWindow(), this); return creatorAction; }