{
this.view = view;
SourceViewer viewer = this.view.getMainWidget().getSourceViewer();
modificationLogsViewActionMap = new HashMap<String, ModificationLogsViewActionProxy>();
modificationLogsViewActionMap.put( olderAction, new ModificationLogsViewActionProxy( viewer, this,
new OlderAction( view ) ) );
modificationLogsViewActionMap.put( newerAction, new ModificationLogsViewActionProxy( viewer, this,
new NewerAction( view ) ) );
modificationLogsViewActionMap.put( refreshAction, new ModificationLogsViewActionProxy( viewer, this,
new RefreshAction( view ) ) );
modificationLogsViewActionMap.put( clearAction, new ModificationLogsViewActionProxy( viewer, this,
new ClearAction( view ) ) );
}