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