Lines Matching refs:name
21 private String name; // The name of the group
28 * Creates a BundleGroup with a parent bundle and a given name.
30 public BundleGroup(Bundle parent, String name) {
32 this.name = name;
50 return (o instanceof BundleGroup && ((BundleGroup)o).getName().equals(name));
78 * Remove an item of the given name from the group
127 * Returns the name of the bundle
130 return name;
141 public void setName(String name) {
142 this.name = name;
146 * The translation to a string returns the name of the group
149 return name;
157 String retStr = "\n#\n# @group " + name + "\n#\n";
168 if (!name.equals("Ungrouped Items"))
181 if (!name.equals("Ungrouped Items"))