Searched refs:BundleGroup (Results 1 – 15 of 15) sorted by relevance
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | Bundle.java | 88 if (!(o1 instanceof BundleGroup) || !(o2 instanceof BundleGroup)) in Bundle() 90 BundleGroup g1 = (BundleGroup)o1; in Bundle() 91 BundleGroup g2 = (BundleGroup)o2; in Bundle() 211 BundleGroup group = (BundleGroup)iter.next(); in hasGroup() 224 BundleGroup bg = new BundleGroup(this, groupName); in addBundleGroup() 236 BundleGroup tempGroup = (BundleGroup)iter.next(); in removeGroup() 267 BundleGroup group = item.getParentGroup(); in removeItem() 320 BundleGroup group = (BundleGroup)iter.next(); in getGroupsAsVector() 338 public BundleGroup getBundleGroup(int index) { in getBundleGroup() 344 return (BundleGroup)iter.next(); in getBundleGroup() [all …]
|
D | BundleGroup.java | 20 public class BundleGroup { class 30 public BundleGroup(Bundle parent, String name) { in BundleGroup() method in BundleGroup 50 return (o instanceof BundleGroup && ((BundleGroup)o).getName().equals(name)); in equals()
|
D | RBImporter.java | 124 BundleGroup group = null; in importResource() 125 BundleGroup backup_group = null; in importResource() 139 BundleGroup tempg = (BundleGroup)gv.elementAt(i); in importResource() 153 BundleGroup tempg = (BundleGroup)gv.elementAt(i); in importResource() 390 BundleGroup ungroupedGroup = baseBundle.getUngroupedGroup(); in initComponents() 394 BundleGroup bundGroup = ((BundleGroup)groupComboBox.getItemAt(selectedIndex)); in initComponents()
|
D | RBManager.java | 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() [all …]
|
D | RBTMXExporter.java | 177 BundleGroup main_group = (BundleGroup)group_v.elementAt(i); 185 BundleGroup group = (BundleGroup)groups.elementAt(k); 205 BundleGroup group = (BundleGroup)all_groups_v.elementAt(k);
|
D | BundleItem.java | 33 private BundleGroup group; // The parent group of the item 42 public BundleItem(BundleGroup parent, String name, String value) { in BundleItem() 59 public BundleGroup getParentGroup() { in getParentGroup() 192 public void setParentGroup(BundleGroup group) { in setParentGroup()
|
D | RBPropertiesExporter.java | 67 BundleGroup group = (BundleGroup)group_v.elementAt(j); in export()
|
D | RBxliffExporter.java | 316 BundleGroup curr_group = (BundleGroup)group_v.elementAt(i); in exportFile() 317 BundleGroup parent_group = null; in exportFile() 322 BundleGroup groupToFind = (BundleGroup)parentGroupIter.nextElement(); in exportFile()
|
D | RBICUExporter.java | 84 BundleGroup group = (BundleGroup)group_v.elementAt(j); in export()
|
D | RBJavaExporter.java | 94 BundleGroup group = (BundleGroup)group_v.elementAt(j); in export()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | RBGroupPanel.java | 116 …jTableGroupTable = new JTable(new GroupItemsTableModel((BundleGroup)jComboBoxGroup.getSel… in initComponents() 120 …jLabelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment(… in initComponents() 189 …jListGroup = new JList(new GroupItemsListModel((BundleGroup)jComboBoxGroup.getSelec… in initComponents() 194 … jLabelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in initComponents() 243 new BundleItemCreationDialog(((BundleGroup)jComboBoxGroup.getSelectedItem()).getName(), in initComponents() 260 new BundleGroupEditDialog((BundleGroup)jComboBoxGroup.getSelectedItem(), in initComponents() 274 BundleGroup group = (BundleGroup)jComboBoxGroup.getSelectedItem(); in initComponents() 351 …((GroupItemsTableModel)jTableGroupTable.getModel()).setGroup((BundleGroup)jComboBoxGroup.getSelect… in updateComponents() 352 jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in updateComponents() 357 jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in updateComponents() [all …]
|
D | BundleGroupEditDialog.java | 20 BundleGroup group; 43 public BundleGroupEditDialog(BundleGroup group, JFrame frame, String title, boolean modal) { in BundleGroupEditDialog()
|
D | BundleItemCreationDialog.java | 101 ((BundleGroup)groupComboBox.getSelectedItem()).getName(), in createItem() 117 transField.getText().trim(), ((BundleGroup)groupComboBox.getSelectedItem()).getName(), in editItem() 179 BundleGroup bg = (BundleGroup)groupComboBox.getItemAt(i); in initComponents()
|
D | BundleItemDialog.java | 118 BundleGroup bg = (BundleGroup)groupComboBox.getItemAt(i); in initComponents()
|
D | RBManagerGUI.java | 765 BundleGroup group = (BundleGroup)groups.elementAt(j); in updateProjectTree() 784 BundleGroup group = (BundleGroup)groups.elementAt(i); in updateProjectTree() 1266 if (obj instanceof BundleGroup) { in getTreeCellRendererComponent()
|