IAction action;
action = new CopyTemplateAction(this);
registry.registerAction(action);
getSelectionActions().add(action.getId());
action = new MatchWidthAction(this);
registry.registerAction(action);
getSelectionActions().add(action.getId());
action = new MatchHeightAction(this);
registry.registerAction(action);
getSelectionActions().add(action.getId());