Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBGroupPanel.java36 JList jListGroup; field in RBGroupPanel
189jListGroup = new JList(new GroupItemsListModel((BundleGroup)jComboBoxGroup.getSelec… in initComponents()
190 jScrollPaneGroupTable = new JScrollPane(jListGroup); in initComponents()
223 jListGroup.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); in initComponents()
230 jListGroup.addMouseListener(new MouseAdapter() { in initComponents()
252 if (jListGroup.getSelectedValue() != null) in initComponents()
253 new BundleItemCreationDialog((BundleItem)jListGroup.getSelectedValue(), in initComponents()
294 Object o = jListGroup.getSelectedValue(); in initComponents()
372 ListModel lmodel = jListGroup.getModel(); in updateComponents()
380 jListGroup.setModel(newModel); in updateComponents()