Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBGroupPanel.java127 …deleteButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_delete_r… in initComponents()
128 …translateButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_mark_… in initComponents()
218 …createItemButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_crea… in initComponents()
219 …editItemButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_edit_r… in initComponents()
220 …deleteItemButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_dele… in initComponents()
221 …createGroupButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_cre… in initComponents()
DRBStatisticsPanel.java135 …updateButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_update_t… in initComponents()
250 …fileButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_add_file_t… in initComponents()
251 …groupButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_add_group… in initComponents()
252 …itemButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_add_resour… in initComponents()
DRBUntranslatedPanel.java150 …deleteButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_delete_r… in initComponents()
151 …translateButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_mark_… in initComponents()
DRBSearchPanel.java236 …findButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_search_fin… in initComponents()
237 …replaceButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_search_… in initComponents()
DBundleItemCreationDialog.java279 …createButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_create_t… in initComponents()
280 …createMoreButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_crea… in initComponents()
DRBManagerGUI.java61 RBManagerMenuBar jMenuBarMain = null;
169 jMenuBarMain = new RBManagerMenuBar(this); in initComponents()
1415 class RBManagerMenuBar extends JMenuBar { class
1523 public RBManagerMenuBar(RBManagerGUI gui) { in RBManagerMenuBar() method in RBManagerMenuBar