Lines Matching refs:BundleGroup
172 BundleGroup group = new BundleGroup(dict, "Ungrouped Items"); in RBManager()
209 group = new BundleGroup(dict, (String)o); in RBManager()
283 group = new BundleGroup(dict, "Ungrouped Items"); in RBManager()
311 group = new BundleGroup(dict, (String)o); in RBManager()
490 BundleGroup bg = bundle.getBundleGroup(groupName); in editItem()
512 BundleGroup mainGroup = null; in createItem()
515 BundleGroup bg = mainBundle.getBundleGroup(i); in createItem()
532 BundleGroup group = null; in createItem()
534 BundleGroup bg = bundle.getBundleGroup(j); in createItem()
538 group = new BundleGroup(bundle, groupName); in createItem()
571 BundleGroup bg = new BundleGroup(bundle, groupName); in createGroup()
672 BundleGroup mainGroup = mainBundle.getBundleGroup(i); in createResource()
673 BundleGroup bg = new BundleGroup(bundle,mainGroup.getName()); in createResource()