Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


 

Uses of Class
org.eclipse.jface.action.MenuManager

Packages that use MenuManager
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.  
org.eclipse.jface.window Provides a general framework for creating and managing windows.  
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.  
 

Uses of MenuManager in org.eclipse.jface.action
 

Methods in org.eclipse.jface.action that return MenuManager
 MenuManager ToolBarManager.getContextMenuManager()
          Returns the context menu manager for this tool bar manager.
 

Methods in org.eclipse.jface.action with parameters of type MenuManager
 void ToolBarManager.setContextMenuManager(MenuManager contextMenuManager)
          Sets the context menu manager for this tool bar manager to the given menu manager.
 

Uses of MenuManager in org.eclipse.jface.window
 

Methods in org.eclipse.jface.window that return MenuManager
protected  MenuManager ApplicationWindow.createMenuManager()
          Returns a new menu manager for the window.
 MenuManager ApplicationWindow.getMenuBarManager()
          Returns the menu bar manager for this window (if it has one).
 

Uses of MenuManager in org.eclipse.ui
 

Methods in org.eclipse.ui with parameters of type MenuManager
 void IWorkbenchPartSite.registerContextMenu(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider)
          Registers a pop-up menu with a particular id for extension.
 void IWorkbenchPartSite.registerContextMenu(MenuManager menuManager, ISelectionProvider selectionProvider)
          Registers a pop-up menu with the default id for extension.
 

Uses of MenuManager in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part with parameters of type MenuManager
 void PageSite.registerContextMenu(String menuID, MenuManager menuMgr, ISelectionProvider selProvider)
           
 void MultiPageEditorSite.registerContextMenu(String menuID, MenuManager menuMgr, ISelectionProvider selProvider)
          The MultiPageEditorSite implementation of this IWorkbenchPartSite method forwards to the multi-page editor for registration.
 void MultiPageEditorSite.registerContextMenu(MenuManager menuManager, ISelectionProvider selProvider)
          The MultiPageEditorSite implementation of this IWorkbenchPartSite method forwards to the multi-page editor for registration.
 void IPageSite.registerContextMenu(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider)
          Registers a pop-up menu with a particular id for extension.
 void PageSite.registerContextMenu(String menuID, MenuManager menuMgr, ISelectionProvider selProvider)
           
 void MultiPageEditorSite.registerContextMenu(String menuID, MenuManager menuMgr, ISelectionProvider selProvider)
          The MultiPageEditorSite implementation of this IWorkbenchPartSite method forwards to the multi-page editor for registration.
 void MultiPageEditorSite.registerContextMenu(MenuManager menuManager, ISelectionProvider selProvider)
          The MultiPageEditorSite implementation of this IWorkbenchPartSite method forwards to the multi-page editor for registration.
 void IPageSite.registerContextMenu(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider)
          Registers a pop-up menu with a particular id for extension.
 


 

Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.