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