Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleItemCreationDialog.java57 JLabel lookupLabels[] = null; field in BundleItemCreationDialog
94 String nameText = lookupLabels[i].getText().trim(); in createItem()
110 String nameText = lookupLabels[i].getText().trim(); in editItem()
203 String nameText = lookupLabels[i].getText().trim(); in initComponents()
236 lookupLabels = new JLabel[lookups.size()]; in initComponents()
246 lookupLabels[count] = new JLabel("{" + name + "}"); in initComponents()
248 lookupBoxes[count].add(lookupLabels[count]); in initComponents()
258 lookupLabels = null; in initComponents()
H A DBundleItemDialog.java67 JLabel lookupLabels[] = null; field in BundleItemDialog
153 lookupLabels = new JLabel[item.getLookups().size()]; in initComponents()
161 lookupLabels[i] = new JLabel("{" + name + "}"); in initComponents()
162 lookupLabels[i].setPreferredSize(new Dimension(30,row_height)); in initComponents()
166 lookups[i].add(lookupLabels[i]); in initComponents()
265 String name = lookupLabels[i].getText().trim(); in actionPerformed()

Completed in 2 milliseconds