Uses of Interface
org.eclipse.jface.action.IContributionItem
Packages that use IContributionItem
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a set of actions related to running and debugging applications.
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.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IContributionItem in org.eclipse.compare
Classes in org.eclipse.compare that implement IContributionItem -
Uses of IContributionItem in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IContributionItemModifier and TypeClassDescriptionclassBreakpoint ruler pop-up action that creates a sub-menu to select the currently active breakpoint type.Methods in org.eclipse.debug.ui.actions that return IContributionItemModifier and TypeMethodDescriptionprotected IContributionItem[]BreakpointTypesContribution.getContributionItems() -
Uses of IContributionItem in org.eclipse.e4.ui.workbench.renderers.swt
Classes in org.eclipse.e4.ui.workbench.renderers.swt that implement IContributionItemModifier and TypeClassDescriptionclassCommon super class for HandledContributionItem and DirectContributionItemclassclassclassMethods in org.eclipse.e4.ui.workbench.renderers.swt that return IContributionItemModifier and TypeMethodDescriptionMenuManagerRenderer.getContribution(MMenuElement model) ToolBarManagerRenderer.getContribution(MToolBarElement element) Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type IContributionItemModifier and TypeMethodDescriptionvoidMenuManagerRenderer.clearModelToContribution(MMenuElement model, IContributionItem item) voidToolBarManagerRenderer.clearModelToContribution(MToolBarElement model, IContributionItem item) MenuManagerRenderer.getMenuElement(IContributionItem item) ToolBarManagerRenderer.getToolElement(IContributionItem item) voidMenuManagerRenderer.linkModelToContribution(MMenuElement model, IContributionItem item) voidToolBarManagerRenderer.linkModelToContribution(MToolBarElement model, IContributionItem item) -
Uses of IContributionItem in org.eclipse.jface.action
Subinterfaces of IContributionItem in org.eclipse.jface.actionModifier and TypeInterfaceDescriptioninterfaceTheIMenuManagerinterface provides protocol for managing contributions to a menu bar and its sub menus.Classes in org.eclipse.jface.action that implement IContributionItemModifier and TypeClassDescriptionclassAbstract superclass for group marker classes.classA contribution item which delegates to an action.classAn abstract base implementation for contribution items.classAn abstract contribution item implementation for adding an arbitrary SWT control to a tool bar.classA group marker is a special kind of contribution item denoting the beginning of a group.classA 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.classA separator is a special kind of contribution item which acts as a visual separator and, optionally, acts as a group marker.classA contribution item to be used with status line managers.classASubContributionItemis a wrapper for anIContributionItem.classASubMenuManageris used to define a set of contribution items within a parent manager.classTheToolBarContributionItemclass provides a wrapper for tool bar managers when used in cool bar managers.Methods in org.eclipse.jface.action that return IContributionItemModifier and TypeMethodDescriptionFinds the contribution item with the given id.Method declared on IContributionManager.IMenuManager.findUsingPath(String path) Finds the contribution item at the given path.MenuManager.findUsingPath(String path) SubMenuManager.findUsingPath(String path) Method declared on IMenuManager.SubContributionItem.getInnerItem()Returns the inner contribution item.ContributionManager.getItems()IContributionManager.getItems()Returns all contribution items known to this manager.SubContributionManager.getItems()ContributionManager.remove(IContributionItem item) Removes and returns the contribution item with the given id from this manager.IContributionManager.remove(IContributionItem item) Removes the given contribution item from the contribution items known to this manager.SubContributionManager.remove(IContributionItem item) protected IContributionItemSubContributionManager.unwrap(IContributionItem item) Unwraps a nested contribution item.Methods in org.eclipse.jface.action with parameters of type IContributionItemModifier and TypeMethodDescriptionvoidContributionManager.add(IContributionItem item) voidIContributionManager.add(IContributionItem item) Adds a contribution item to this manager.voidSubContributionManager.add(IContributionItem item) protected booleanContributionManager.allowItem(IContributionItem itemToAdd) This method allows subclasses ofContributionManagerto prevent certain items in the contributions list.protected booleanCoolBarManager.allowItem(IContributionItem itemToAdd) voidContributionManager.appendToGroup(String groupName, IContributionItem item) voidIContributionManager.appendToGroup(String groupName, IContributionItem item) Adds a contribution item to this manager at the end of the group with the given name.voidSubContributionManager.appendToGroup(String groupName, IContributionItem item) protected voidMenuManager.doItemFill(IContributionItem ci, int index) Call anIContributionItem's fill method with the implementation's widget.IContributionManagerOverrides.getAccelerator(IContributionItem item) This is not intended to be called outside of the workbench.IContributionManagerOverrides.getAcceleratorText(IContributionItem item) This is not intended to be called outside of the workbench.IContributionManagerOverrides.getEnabled(IContributionItem item) Find out the enablement of the itemIContributionManagerOverrides.getText(IContributionItem item) This is not intended to be called outside of the workbench.IContributionManagerOverrides.getVisible(IContributionItem item) Visiblity override.protected intContributionManager.indexOf(IContributionItem item) Returns the index of the object in the internal structure.voidContributionManager.insert(int index, IContributionItem item) Insert the item at the given index.voidContributionManager.insertAfter(String ID, IContributionItem item) voidIContributionManager.insertAfter(String id, IContributionItem item) Inserts a contribution item after the item with the given id.voidSubContributionManager.insertAfter(String id, IContributionItem item) voidContributionManager.insertBefore(String ID, IContributionItem item) voidIContributionManager.insertBefore(String id, IContributionItem item) Inserts a contribution item before the item with the given id.voidSubContributionManager.insertBefore(String id, IContributionItem item) protected voidContributionManager.internalSetItems(IContributionItem[] items) An internal method for setting the order of the contribution items.booleanMenuManager.isSubstituteFor(IContributionItem item) Deprecated.protected voidContributionManager.itemAdded(IContributionItem item) The given item was added to the list of contributions.protected voidCoolBarManager.itemAdded(IContributionItem item) Subclasses may extend thisContributionManagermethod, but must callsuper.itemAdded.protected voidSubContributionManager.itemAdded(IContributionItem item, SubContributionItem wrap) Notifies that an item has been added.protected voidContributionManager.itemRemoved(IContributionItem item) The given item was removed from the list of contributions.protected voidCoolBarManager.itemRemoved(IContributionItem item) Subclasses may extend thisContributionManagermethod, but must callsuper.itemRemoved.protected voidSubContributionManager.itemRemoved(IContributionItem item) Notifies that an item has been removed.voidContributionManager.prependToGroup(String groupName, IContributionItem item) voidIContributionManager.prependToGroup(String groupName, IContributionItem item) Adds a contribution item to this manager at the beginning of the group with the given name.voidSubContributionManager.prependToGroup(String groupName, IContributionItem item) ContributionManager.remove(IContributionItem item) IContributionManager.remove(IContributionItem item) Removes the given contribution item from the contribution items known to this manager.SubContributionManager.remove(IContributionItem item) booleanContributionManager.replaceItem(String identifier, IContributionItem replacementItem) Replaces the item of the given identifier with another contribution item.voidCoolBarManager.setItems(IContributionItem[] newItems) Replaces the current items with the given items.protected IContributionItemSubContributionManager.unwrap(IContributionItem item) Unwraps a nested contribution item.protected SubContributionItemSubContributionManager.wrap(IContributionItem item) Wraps a contribution item in a sub contribution item, and returns the new wrapper.Constructors in org.eclipse.jface.action with parameters of type IContributionItemModifierConstructorDescriptionCreates a newSubContributionItem. -
Uses of IContributionItem in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return IContributionItemModifier and TypeMethodDescriptionprotected 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.Methods in org.eclipse.team.ui.synchronize with parameters of type IContributionItemModifier and TypeMethodDescriptionprotected voidSynchronizePageActionGroup.appendToGroup(String menuId, String groupId, IContributionItem item) Helper method that can be invoked during initialization to add an item to a particular menu (one of P_TOOLBAR_MENU, P_VIEW_MENU, P_CONTEXT_MENU from ISynchronizePageConfiguration).protected booleanSynchronizePageActionGroup.appendToGroup(IContributionManager manager, String groupId, IContributionItem item) Helper method to add a contribution item to a group in a menu. -
Uses of IContributionItem in org.eclipse.ui.actions
Classes in org.eclipse.ui.actions that implement IContributionItemModifier and TypeClassDescriptionclassABaseNewWizardMenuis used to populate a menu manager with New Wizard actions for the current perspective's new wizard shortcuts, including an Other... action to open the new wizard dialog.classA compound contribution is a contribution item consisting of a dynamic list of contribution items.classANewWizardMenuaugmentsBaseNewWizardMenuwith IDE-specific actions: New Project...classDeprecated.Workbench no longer exposes the concept of "pages" in the user ui model.classDeprecated.See IWorkbench.showPerspective methods.classDeprecated.See IWorkbench.showPerspective methods.classA menu for opening files in the workbench.classA menu for perspective selection.Methods in org.eclipse.ui.actions that return IContributionItemModifier and TypeMethodDescriptionabstract IContributionItemContributionItemFactory.create(IWorkbenchWindow window) Creates a new standard contribution item for the given workbench window.protected IContributionItem[]BaseNewWizardMenu.getContributionItems()protected abstract IContributionItem[]CompoundContributionItem.getContributionItems()Return a list of contributions items that will replace this item in the parent manager.protected IContributionItem[]NewWizardMenu.getContributionItems()Method parameters in org.eclipse.ui.actions with type arguments of type IContributionItemModifier and TypeMethodDescriptionprotected voidBaseNewWizardMenu.addItems(List<IContributionItem> list) Adds the contribution items to show to the given list.protected voidNewWizardMenu.addItems(List<IContributionItem> list) protected booleanBaseNewWizardMenu.addShortcuts(List<IContributionItem> list) Adds the new wizard shortcuts for the current perspective to the given list.Constructors in org.eclipse.ui.actions with parameters of type IContributionItemModifierConstructorDescriptionNewWizardDropDownAction(IWorkbenchWindow window, ActionFactory.IWorkbenchAction showDlgAction, IContributionItem newWizardMenu) Create a newNewWizardDropDownAction. -
Uses of IContributionItem in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IContributionItemModifier and TypeClassDescriptionclassThis class marks a sub contribution item as belonging to an action set.classAnEditorMenuManageris used to sort the contributions made by an editor so that they always appear after the action sets.classThis class represents a pseudo-group defined by an action set.classChange the perspective of the active page in the window to the selected one.classAnEditorMenuManageris used to sort the contributions made by an editor so that they always appear after the action sets.classContribution item for actions provided by plugins via workbench action extension points.classContribution item for actions provided by plugins via workbench action extension points.classA dynamic menu item which supports to switch to other Windows.classAShowInMenuis used to populate a menu manager with Show In actions.classAShowViewMenuis used to populate a menu manager with Show View actions.classA dynamic menu item to switch to other opened workbench windows.classMenu contribution item which shows a working set.Methods in org.eclipse.ui.internal that return IContributionItemModifier and TypeMethodDescriptionReturns the item passed to us, not the wrapper.static IContributionItemPluginActionSetBuilder.findInsertionPoint(String startId, String sortId, IContributionManager mgr, boolean startVsEnd) Returns the insertion point for a new contribution item.protected IContributionItemShowInMenu.getContributionItem(IViewDescriptor viewDescriptor) Return the appropriate command contribution item for the parameter.ActionSetMenuManager.getItems()CoolBarToTrimManager.getItems()EditorMenuManager.getItems()CoolBarToTrimManager.remove(IContributionItem item) Methods in org.eclipse.ui.internal with parameters of type IContributionItemModifier and TypeMethodDescriptionvoidCoolBarToTrimManager.add(IContributionItem item) voidCoolBarToTrimManager.appendToGroup(String groupName, IContributionItem item) voidEditorMenuManager.appendToGroup(String groupName, IContributionItem item) protected voidEditorMenuManager.getAllContributedActions(HashSet<IAction> set, IContributionItem item) voidCoolBarToTrimManager.insertAfter(String id, IContributionItem item) protected voidPluginActionBuilder.BasicContribution.insertAfter(IContributionManager mgr, String refId, IContributionItem item) Inserts a contribution item after another named contribution item.voidCoolBarToTrimManager.insertBefore(String id, IContributionItem item) voidCoolBarToTrimManager.prependToGroup(String groupName, IContributionItem item) voidEditorMenuManager.prependToGroup(String groupName, IContributionItem item) CoolBarToTrimManager.remove(IContributionItem item) voidCoolBarToTrimManager.setItems(IContributionItem[] newItems) protected SubContributionItemActionSetMenuManager.wrap(IContributionItem item) Constructors in org.eclipse.ui.internal with parameters of type IContributionItemModifierConstructorDescriptionActionSetContributionItem(IContributionItem item, String actionSetId) Constructs a new item -
Uses of IContributionItem in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IContributionItemModifier and TypeClassDescriptionclassA 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 IContributionItemModifier and TypeClassDescriptionclassContribution item for the status line.
IContributionItemAPI.