Eclipse Platform
2.0

Uses of Interface
org.eclipse.jface.action.IContributionManager

Packages that use IContributionManager
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
 

Uses of IContributionManager in org.eclipse.jface.action
 

Subinterfaces of IContributionManager in org.eclipse.jface.action
 interface IMenuManager
          The IMenuManager interface provides protocol for managing contributions to a menu bar and its sub menus.
 interface IStatusLineManager
          The IStatusLineManager interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.
 interface IToolBarManager
          The IToolBarManager interface provides protocol for managing contributions to a tool bar.
 

Classes in org.eclipse.jface.action that implement IContributionManager
 class ContributionManager
          Abstract base class for all contribution managers, and standard implementation of IContributionManager.
 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 SubContributionManager
          A SubContributionManager is used to define a set of contribution items within a parent manager.
 class SubMenuManager
          A SubMenuManager is used to define a set of contribution items within a parent manager.
 class SubStatusLineManager
          A SubStatusLineManager is used to define a set of contribution items within a parent manager.
 class SubToolBarManager
          A SubToolBarManager monitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.
 class ToolBarManager
          A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.