protected void reinstateToolbar() {
   // reinstate the toolbar
   synchronized (dataView) {
     dataView.resetToolbar(false);
   }
 }