Searched refs:menuManager (Results 1 – 8 of 8) sorted by relevance
91 IMenuManager menuManager = actionBars.getMenuManager(); in placeActions() local92 menuManager.add(clearAction); in placeActions()93 menuManager.add(new Separator()); in placeActions()94 menuManager.add(saveAction); in placeActions()95 menuManager.add(loadAction); in placeActions()96 menuManager.add(importBugAction); in placeActions()97 menuManager.add(new Separator()); in placeActions()98 menuManager.add(optionAction); in placeActions()
127 IMenuManager menuManager = actionBars.getMenuManager(); in createPartControl() local130 menuManager.add(pullAction); in createPartControl()131 menuManager.add(pushAction); in createPartControl()132 menuManager.add(new Separator()); in createPartControl()133 menuManager.add(deleteAction); in createPartControl()134 menuManager.add(new Separator()); in createPartControl()135 menuManager.add(createNewFolderAction); in createPartControl()
815 IMenuManager menuManager = actionBars.getMenuManager(); in placeActions() local816 menuManager.removeAll(); in placeActions()817 menuManager.add(mDebugAction); in placeActions()818 menuManager.add(new Separator()); in placeActions()819 menuManager.add(mUpdateHeapAction); in placeActions()820 menuManager.add(mHprofAction); in placeActions()821 menuManager.add(mGcAction); in placeActions()822 menuManager.add(new Separator()); in placeActions()823 menuManager.add(mUpdateThreadAction); in placeActions()824 menuManager.add(mTracingAction); in placeActions()[all …]
327 IMenuManager menuManager = actionBars.getMenuManager(); in placeActions() local328 menuManager.add(mCreateFilterAction); in placeActions()329 menuManager.add(mEditFilterAction); in placeActions()330 menuManager.add(mDeleteFilterAction); in placeActions()331 menuManager.add(new Separator()); in placeActions()332 menuManager.add(mClearAction); in placeActions()333 menuManager.add(new Separator()); in placeActions()334 menuManager.add(mExportAction); in placeActions()
484 MenuManager menuManager = new MenuManager(); in createTreeContextMenu() local485 menuManager.setRemoveAllWhenShown(true); in createTreeContextMenu()486 menuManager.addMenuListener(new IMenuListener() { in createTreeContextMenu()504 Menu contextMenu = menuManager.createContextMenu(tree); in createTreeContextMenu()
91 public void makeContributions(IMenuManager menuManager, IToolBarManager toolBarManager, in makeContributions() argument
224 public void makeContributions(IMenuManager menuManager, in makeContributions() argument
505 public void registerContextMenu(String menuId, MenuManager menuManager, in createStructureViews()