Eclipse Platform
2.0

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

Packages that use IContributionItem
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of IContributionItem in org.eclipse.jface.action
 

Subinterfaces of IContributionItem in org.eclipse.jface.action
 interface IMenuManager
          The IMenuManager interface provides protocol for managing contributions to a menu bar and its sub menus.
 

Classes in org.eclipse.jface.action that implement IContributionItem
 class AbstractGroupMarker
          Abstract superclass for group marker classes.
 class ActionContributionItem
          A contribution item which delegates to an action.
 class ContributionItem
          An abstract base implementation for contribution items.
 class ControlContribution
          An abstract contribution item implementation for adding an arbitrary SWT control to a tool bar.
 class GroupMarker
          A group marker is a special kind of contribution item denoting the beginning of a group.
 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 Separator
          A separator is a special kind of contribution item which acts as a visual separator and, optionally, acts as a group marker.
 class SubContributionItem
          A SubContributionItem is a wrapper for an IContributionItem.
 class SubMenuManager
          A SubMenuManager is used to define a set of contribution items within a parent manager.
 

Uses of IContributionItem in org.eclipse.ui.actions
 

Classes in org.eclipse.ui.actions that implement IContributionItem
 class OpenNewPageMenu
          Deprecated. Workbench no longer exposes the concept of "pages" in the user ui model. See IWorkbench.showPerspective methods.
 class OpenNewWindowMenu
          Deprecated. See IWorkbench.showPerspective methods.
 class OpenPerspectiveMenu
          Deprecated. See IWorkbench.showPerspective methods.
 class OpenWithMenu
          A menu for opening files in the workbench.
 class PerspectiveMenu
          A menu for perspective selection.
 

Uses of IContributionItem in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IContributionItem
 class CoolItemGroupMarker
          A group marker used by EditorActionBars to delineate CoolItem groups.
 

Uses of IContributionItem in org.eclipse.ui.texteditor
 

Classes in org.eclipse.ui.texteditor that implement IContributionItem
 class StatusLineContributionItem
          Contribution item for the status line.
 


Eclipse Platform
2.0

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