Home
last modified time | relevance | path

Searched refs:GroupItemsListModel (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBGroupPanel.java189 …jListGroup = new JList(new GroupItemsListModel((BundleGroup)jComboBoxGroup.getSelec… in initComponents()
373 if (lmodel instanceof GroupItemsListModel) { in updateComponents()
375 ((GroupItemsListModel)lmodel).setGroup((BundleGroup)jComboBoxGroup.getSelectedItem()); in updateComponents()
378GroupItemsListModel newModel = new GroupItemsListModel((BundleGroup)jComboBoxGroup.getSelectedItem… in updateComponents()
413 class GroupItemsListModel extends AbstractListModel { class
421 public GroupItemsListModel(BundleGroup group) { in GroupItemsListModel() method in GroupItemsListModel