Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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. 
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
 

Uses of IContributionManager in org.eclipse.jface.action
 

Subinterfaces of IContributionManager in org.eclipse.jface.action
 interface ICoolBarManager
          The ICoolBarManager interface provides protocol for managing contributions to a cool bar.
 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 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 SubContributionManager
          A SubContributionManager is used to define a set of contribution items within a parent manager.
 class SubCoolBarManager
          A SubCoolBarManager 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 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.
 

Methods in org.eclipse.jface.action that return IContributionManager
  IContributionManager MenuManager. getParent ()
          Returns the parent contribution manager of this manger.
  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 MenuManager. setParent ( IContributionManager manager)
           
 void SubContributionItem. setParent ( IContributionManager parent)
           
 void ContributionItem. setParent ( IContributionManager parent)
           
 void SubMenuManager. setParent ( IContributionManager parent)
           
 void IContributionItem. setParent ( IContributionManager parent)
          Sets the parent manager of this item
 

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

Uses of IContributionManager in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize with parameters of type IContributionManager
protected  boolean SynchronizePageActionGroup. appendToGroup ( IContributionManager manager, String groupId, IAction action)
          Helper method to add an action to a group in a menu.
protected  boolean SynchronizePageActionGroup. appendToGroup ( IContributionManager manager, String groupId, IContributionItem item)
          Helper method to add a contribution item to a group in a menu.
protected   IContributionItem SynchronizePageActionGroup. findGroup ( IContributionManager menu, String groupId)
          Helper method to find the group of the given id for the page associated with the configuration of this action group.
 

Uses of IContributionManager in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions with parameters of type IContributionManager
 void CompoundContributionItem. setParent ( IContributionManager parent)
           
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire