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