Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java1431 JMenuItem jMenuFileExportProperties = new JMenuItem(); field in RBManagerMenuBar
1479 jMenuFileExportProperties.setText(Resources.getTranslation("menu_file_export_properties")); in updateLocale()
1480jMenuFileExportProperties.setMnemonic(getKeyEventKey(Resources.getTranslation("menu_file_export_pr… in updateLocale()
1581 jMenuFileExportResourceBundle.add(jMenuFileExportProperties); in RBManagerMenuBar()
1655 jMenuFileExportProperties.setVisible(true); in RBManagerMenuBar()
1656 jMenuFileExportProperties.setText(Resources.getTranslation("menu_file_export_properties")); in RBManagerMenuBar()
1657jMenuFileExportProperties.setMnemonic(getKeyEventKey(Resources.getTranslation("menu_file_export_pr… in RBManagerMenuBar()
1658 jMenuFileExportProperties.addActionListener(listener); in RBManagerMenuBar()