public void selectAll() {
   if (nActions != null && adapter != null) {
     nActions.selectNodes(((ProgressNodeAdapter) adapter).getNodes());
     adapter.notifyDataSetChanged();
   }
 }