172173174175176177178179180
action = new ShowSourceAction(this); registry.registerAction(action); getSelectionActions().add(action.getId()); action = new ResetManualLayoutAction(this); registry.registerAction(action); getSelectionActions().add(action.getId()); }