Uses of Interface
org.eclipse.jface.action.IContributionManager
Packages that use IContributionManager
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
-
Uses of IContributionManager in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type IContributionManagerModifier and TypeMethodDescriptionvoid
AbstractContributionItem.setParent
(IContributionManager parent) -
Uses of IContributionManager in org.eclipse.jface.action
Subinterfaces of IContributionManager in org.eclipse.jface.actionModifier and TypeInterfaceDescriptioninterface
TheICoolBarManager
interface provides protocol for managing contributions to a cool bar.interface
TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.interface
TheIStatusLineManager
interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.interface
TheIToolBarManager
interface provides protocol for managing contributions to a tool bar.Classes in org.eclipse.jface.action that implement IContributionManagerModifier and TypeClassDescriptionclass
Abstract base class for all contribution managers, and standard implementation ofIContributionManager
.class
A cool bar manager is a contribution manager which realizes itself and its items in a cool bar control.class
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
A status line manager is a contribution manager which realizes itself and its items in a status line control.class
ASubContributionManager
is used to define a set of contribution items within a parent manager.class
ASubCoolBarManager
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
ASubMenuManager
is used to define a set of contribution items within a parent manager.class
ASubStatusLineManager
is used to define a set of contribution items within a parent manager.class
ASubToolBarManager
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
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 IContributionManagerModifier and TypeMethodDescriptionContributionItem.getParent()
Returns the parent contribution manager, ornull
if this contribution item is not currently added to a contribution manager.MenuManager.getParent()
Returns the parent contribution manager of this manger.SubContributionManager.getParent()
Returns the parent manager.Methods in org.eclipse.jface.action with parameters of type IContributionManagerModifier and TypeMethodDescriptionvoid
ContributionItem.setParent
(IContributionManager parent) void
IContributionItem.setParent
(IContributionManager parent) Sets the parent manager of this itemvoid
MenuManager.setParent
(IContributionManager manager) void
SubContributionItem.setParent
(IContributionManager parent) void
SubMenuManager.setParent
(IContributionManager parent) Constructors in org.eclipse.jface.action with parameters of type IContributionManagerModifierConstructorDescriptionConstructs a newSubContributionManager
-
Uses of IContributionManager in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type IContributionManagerModifier and TypeMethodDescriptionprotected 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 IContributionManagerModifier and TypeMethodDescriptionvoid
CompoundContributionItem.setParent
(IContributionManager parent) -
Uses of IContributionManager in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IContributionManagerModifier and TypeClassDescriptionclass
AnEditorMenuManager
is used to sort the contributions made by an editor so that they always appear after the action sets.class
class
AnEditorMenuManager
is used to sort the contributions made by an editor so that they always appear after the action sets.Methods in org.eclipse.ui.internal with parameters of type IContributionManagerModifier and TypeMethodDescriptionprotected void
PluginActionBuilder.BasicContribution.addGroup
(IContributionManager mgr, String name) Adds a group to a contribution manager.static IContributionItem
PluginActionSetBuilder.findInsertionPoint
(String startId, String sortId, IContributionManager mgr, boolean startVsEnd) Returns the insertion point for a new contribution item.protected void
PluginActionBuilder.BasicContribution.insertAfter
(IContributionManager mgr, String refId, IContributionItem item) Inserts a contribution item after another named contribution item.protected void
PluginActionBuilder.BasicContribution.insertAfter
(IContributionManager mgr, String refId, ActionDescriptor desc) Inserts an action after another named contribution item.void
PluginActionContributionItem.setParent
(IContributionManager parent)