Home
last modified time | relevance | path

Searched refs:jComboBoxGroup (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBGroupPanel.java31 JComboBox jComboBoxGroup; field in RBGroupPanel
114 jComboBoxGroup = new JComboBox(new GroupComboBoxModel(bundle)); in initComponents()
116 jTableGroupTable = new JTable(new GroupItemsTableModel((BundleGroup)jComboBoxGroup.getSelectedItem())); in initComponents()
120 jLabelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in initComponents()
137 jComboBoxGroup.addActionListener(new GroupComboActionListener(this)); in initComponents()
171 add(jComboBoxGroup, gbc); in initComponents()
187 jComboBoxGroup = new JComboBox(new GroupComboBoxModel(mainBundle));//mainBundle.getGroupsAsVector()); in initComponents()
189 jListGroup = new JList(new GroupItemsListModel((BundleGroup)jComboBoxGroup.getSelectedItem())); in initComponents()
194 jLabelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in initComponents()
225 jComboBoxGroup in initComponents()
[all...]

Completed in 1 milliseconds