@Override
 public void addSelectionPath(TreePath path) {
   if (path.getLastPathComponent() instanceof HierarchicalData) super.addSelectionPath(path);
 }