Lines Matching refs:group
55 private TreeSet groups; // A vector of groups of NLS items, the key is the group name
169 * Checks all items in the untranslated items set. If they belong to a group whose name
205 * Returns the boolean of wether a group of a given name exists in the bundle
211 BundleGroup group = (BundleGroup)iter.next();
212 if (group.getName().equals(groupName))
219 * Creates a group of the given name and optionally associates a comment with
220 * that group.
230 * Removes the group of the given name if it exists in the bundle
265 // Remove from item's group
267 BundleGroup group = item.getParentGroup();
268 group.removeBundleItem(key);
320 BundleGroup group = (BundleGroup)iter.next();
321 v.addElement(group);
335 * Returns a bundle group given a certain index.
348 * Looks for a bundle group of a given name within a bundle and
355 BundleGroup group = (BundleGroup)iter.next();
356 if (group.getName().equals(groupName))
357 return group;
372 * One group is created for all bundles called 'Ungrouped Items'. This is the bundle
373 * group in which bundle items are placed that are not specifically grouped in the
374 * resource bundle file. This method returns that bundle group.
382 * Add a bundle group to the bundle
391 * bundle group assigned.
445 * each bundle group's formatted data which includes each bundle item.
459 * information and then outputs each bundle group's formatted data which includes