public void reset() {
   for (CfgInfo info : myInfos) {
     info.reset();
   }
   myInjectionsTable.getListTableModel().setItems(getInjInfoList(myInfos));
   updateCountLabel();
 }