Eclipse Platform
Release 3.3

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

Packages that use ContributionManager
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.  
org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service.  
 

Uses of ContributionManager in org.eclipse.jface.action
 

Subclasses of ContributionManager in org.eclipse.jface.action
 class CoolBarManager
          A cool bar manager is a contribution manager which realizes itself and its items in a cool bar control.
 class MenuManager
          A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.
 class StatusLineManager
          A status line manager is a contribution manager which realizes itself and its items in a status line control.
 class ToolBarManager
          A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control.
 

Uses of ContributionManager in org.eclipse.ui.menus
 

Methods in org.eclipse.ui.menus with parameters of type ContributionManager
 void IMenuService.populateContributionManager(ContributionManager mgr, String location)
          Populate a ContributionManager at the specified starting location with a set of IContributionItemss.
 void IMenuService.releaseContributions(ContributionManager mgr)
          Before calling dispose() on a ContributionManager populated by the menu service, you must inform the menu service to release its contributions.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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