/**
  * Sets the TreeModel that will provide the data.
  *
  * @param newModel the TreeModel that is to provide the data
  */
 public void setModel(TreeModel newModel) {
   super.setModel(newModel);
   rebuild(false);
 }