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 IStatusLineManager
          The IStatusLineManager interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.
 

Classes in org.eclipse.jface.action that implement IContributionManager
 class ContributionManager
          Abstract base class for all contribution managers, and standard implementation of IContributionManager.
 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 SubStatusLineManager
          A SubStatusLineManager is used to define a set of contribution items within a parent manager.
 

Methods in org.eclipse.jface.action that return IContributionManager
 IContributionManager ContributionItem.getParent()
          Returns the parent contribution manager, or null if this contribution item is not currently added to a contribution manager.
 IContributionManager SubContributionManager.getParent()
          Returns the parent manager.
 

Methods in org.eclipse.jface.action with parameters of type IContributionManager
 void ContributionItem.setParent(IContributionManager parent)
           
 void IContributionItem.setParent(IContributionManager parent)
          Sets the parent manager of this item
 void SubContributionItem.setParent(IContributionManager parent)
           
 

Constructors in org.eclipse.jface.action with parameters of type IContributionManager
SubContributionManager(IContributionManager mgr)
          Constructs a new SubContributionManager