Searched refs:GroupItemsListModel (Results 1 – 1 of 1) sorted by relevance
189 …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()378 …GroupItemsListModel newModel = new GroupItemsListModel((BundleGroup)jComboBoxGroup.getSelectedItem… in updateComponents()413 class GroupItemsListModel extends AbstractListModel { class421 public GroupItemsListModel(BundleGroup group) { in GroupItemsListModel() method in GroupItemsListModel