Lines Matching refs:groupName
173 public void removeUntranslatedItemsByGroup(String groupName) {
179 if (item != null && item.getParentGroup().getName().equals(groupName)) {
208 public boolean hasGroup(String groupName) {
212 if (group.getName().equals(groupName))
223 public void addBundleGroup(String groupName, String groupComment) {
224 BundleGroup bg = new BundleGroup(this, groupName);
233 public void removeGroup(String groupName) {
237 if (tempGroup.getName().equals(groupName)) {
243 removeUntranslatedItemsByGroup(groupName);
249 if (item.getParentGroup().getName().equals(groupName)) {
352 public BundleGroup getBundleGroup(String groupName) {
356 if (group.getName().equals(groupName))