Lines Matching refs:setComment
173 group.setComment("NLS Items which were not initially assigned to a group");
213 o = descriptors.get("groupComment"); if (o != null) group.setComment((String) o);
216 o = descriptors.get("comment"); if (o != null) item.setComment((String) o);
285 group.setComment("NLS Items which were not initially assigned to a group");
315 o = descriptors.get("groupComment"); if (o != null) group.setComment((String) o);
318 o = descriptors.get("comment"); if (o != null) item.setComment((String) o);
484 if (oldItem.getComment() == null || oldItem.getComment().equals(oldComment)) oldItem.setComment(comment);
524 mainItem.setComment(comment);
544 item.setComment(comment);
573 bg.setComment(groupComment);
674 bg.setComment(mainGroup.getComment());
679 item.setComment(mainItem.getComment());