getSelectionActions().add(action.getId());
action = new PrintAction(this);
registry.registerAction(action);
action = new ExportAction(this);
registry.registerAction(action);
action = new ShowPropertiesAction(this);
registry.registerAction(action);
getSelectionActions().add(action.getId());