Lines Matching defs:comment
194 // Process any information made available in comment '@' information
200 o = descriptors.get("fileComment"); if (o != null) dict.comment = ((String) o);
216 o = descriptors.get("comment"); if (o != null) item.setComment((String) o);
234 } // end check of comment line
296 // Process any information made available in comment '@' information
302 o = descriptors.get("fileComment"); if (o != null) dict.comment = ((String) o);
318 o = descriptors.get("comment"); if (o != null) item.setComment((String) o);
336 } // end check of comment line
467 public boolean editItem(BundleItem item, String name, String value, String groupName, String comment, Hashtable lookups) {
484 if (oldItem.getComment() == null || oldItem.getComment().equals(oldComment)) oldItem.setComment(comment);
505 * @param comment An optional comment to be added to the item, can be <CODE>null</CODE>
509 public boolean createItem(String name, String value, String groupName, String comment, Hashtable lookups) {
524 mainItem.setComment(comment);
544 item.setComment(comment);
557 * @param groupComment An optional comment to be added to the group, can be <CODE>null</CODE>
642 * @param comment An optional comment to be added to the resource, can be <CODE>null</CODE>
652 public boolean createResource(String title, String comment, String manager, String encoding,
660 bundle.comment = comment;
900 // Return a hashtable of the tags in a comment line (i.e. the text after each '@' character) and their values