Uses of Interface
org.eclipse.jface.action.IContributionManager
-
Packages that use IContributionManager Package Description 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.org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service. -
-
Uses of IContributionManager in org.eclipse.jface.action
Subinterfaces of IContributionManager in org.eclipse.jface.action Modifier and Type Interface Description interfaceICoolBarManagerTheICoolBarManagerinterface provides protocol for managing contributions to a cool bar.interfaceIMenuManagerTheIMenuManagerinterface provides protocol for managing contributions to a menu bar and its sub menus.interfaceIStatusLineManagerTheIStatusLineManagerinterface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.interfaceIToolBarManagerTheIToolBarManagerinterface provides protocol for managing contributions to a tool bar.Classes in org.eclipse.jface.action that implement IContributionManager Modifier and Type Class Description classContributionManagerAbstract base class for all contribution managers, and standard implementation ofIContributionManager.classCoolBarManagerA cool bar manager is a contribution manager which realizes itself and its items in a cool bar control.classMenuManagerA 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.classStatusLineManagerA status line manager is a contribution manager which realizes itself and its items in a status line control.classSubContributionManagerASubContributionManageris used to define a set of contribution items within a parent manager.classSubCoolBarManagerASubCoolBarManagermonitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.classSubMenuManagerASubMenuManageris used to define a set of contribution items within a parent manager.classSubStatusLineManagerASubStatusLineManageris used to define a set of contribution items within a parent manager.classSubToolBarManagerASubToolBarManagermonitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.classToolBarManagerA 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 Modifier and Type Method Description IContributionManagerContributionItem. getParent()Returns the parent contribution manager, ornullif this contribution item is not currently added to a contribution manager.IContributionManagerMenuManager. getParent()Returns the parent contribution manager of this manger.IContributionManagerSubContributionManager. getParent()Returns the parent manager.Methods in org.eclipse.jface.action with parameters of type IContributionManager Modifier and Type Method Description voidContributionItem. setParent(IContributionManager parent)voidIContributionItem. setParent(IContributionManager parent)Sets the parent manager of this itemvoidMenuManager. setParent(IContributionManager manager)voidSubContributionItem. setParent(IContributionManager parent)voidSubMenuManager. setParent(IContributionManager parent)Constructors in org.eclipse.jface.action with parameters of type IContributionManager Constructor Description SubContributionManager(IContributionManager mgr)Constructs a newSubContributionManager -
Uses of IContributionManager in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type IContributionManager Modifier and Type Method Description protected booleanSynchronizePageActionGroup. appendToGroup(IContributionManager manager, String groupId, IAction action)Helper method to add an action to a group in a menu.protected booleanSynchronizePageActionGroup. appendToGroup(IContributionManager manager, String groupId, IContributionItem item)Helper method to add a contribution item to a group in a menu.protected IContributionItemSynchronizePageActionGroup. 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 Modifier and Type Method Description voidCompoundContributionItem. setParent(IContributionManager parent) -
Uses of IContributionManager in org.eclipse.ui.menus
Methods in org.eclipse.ui.menus with parameters of type IContributionManager Modifier and Type Method Description voidCommandContributionItem. setParent(IContributionManager parent)
-