protected void tagsChanged(boolean onlySelection) {
   tagList.notifyTagsChanged();
   if (onlySelection) tagCloud.notifyTagSelectionChanged();
   else tagCloud.notifyTagsChanged();
   updateStatusBar();
   Bookshelf.getCurrentBook().currentPage().touch();
 }