Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleItemDialog.java62 JCheckBox transCheckBox; field in BundleItemDialog
114 transCheckBox = new JCheckBox(Resources.getTranslation("dialog_checkbox_translated"),item.isTranslated()); in initComponents()
186 transField.addFocusListener(new TranslationFocusListener(item.getTranslation(),transCheckBox)); in initComponents()
206 box7.add(transCheckBox); box7.add(saveButton); box7.add(cancelButton); in initComponents()
255 item.setTranslated(transCheckBox.isSelected()); in actionPerformed()
256 if (transCheckBox.isSelected()) { in actionPerformed()

Completed in 2 milliseconds