Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java1430 JMenuItem jMenuFileExportICU = new JMenuItem(); field in RBManagerMenuBar
1477 jMenuFileExportICU.setText(Resources.getTranslation("menu_file_export_ICU")); in updateLocale()
1478jMenuFileExportICU.setMnemonic(getKeyEventKey(Resources.getTranslation("menu_file_export_ICU_trigg… in updateLocale()
1580 jMenuFileExportResourceBundle.add(jMenuFileExportICU); in RBManagerMenuBar()
1650 jMenuFileExportICU.setVisible(true); in RBManagerMenuBar()
1651 jMenuFileExportICU.setText(Resources.getTranslation("menu_file_export_ICU")); in RBManagerMenuBar()
1652jMenuFileExportICU.setMnemonic(getKeyEventKey(Resources.getTranslation("menu_file_export_ICU_trigg… in RBManagerMenuBar()
1653 jMenuFileExportICU.addActionListener(listener); in RBManagerMenuBar()