Uses of Interface
org.eclipse.jface.action.IContributionItem
-
Packages that use IContributionItem Package Description org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.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.internal.menus org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service.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.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IContributionItem Modifier and Type Class Description classBreakpointTypesContributionBreakpoint 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 IContributionItem Modifier and Type Method Description protected IContributionItem[]BreakpointTypesContribution. getContributionItems() -
Uses of IContributionItem in org.eclipse.jface.action
Subinterfaces of IContributionItem in org.eclipse.jface.action Modifier and Type Interface Description interfaceIMenuManagerTheIMenuManagerinterface provides protocol for managing contributions to a menu bar and its sub menus.Classes in org.eclipse.jface.action that implement IContributionItem Modifier and Type Class Description classAbstractGroupMarkerAbstract superclass for group marker classes.classActionContributionItemA contribution item which delegates to an action.classContributionItemAn abstract base implementation for contribution items.classControlContributionAn abstract contribution item implementation for adding an arbitrary SWT control to a tool bar.classGroupMarkerA group marker is a special kind of contribution item denoting the beginning of a group.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.classSeparatorA separator is a special kind of contribution item which acts as a visual separator and, optionally, acts as a group marker.classStatusLineContributionItemA contribution item to be used with status line managers.classSubContributionItemASubContributionItemis a wrapper for anIContributionItem.classSubMenuManagerASubMenuManageris used to define a set of contribution items within a parent manager.classToolBarContributionItemTheToolBarContributionItemclass provides a wrapper for tool bar managers when used in cool bar managers.Methods in org.eclipse.jface.action that return IContributionItem Modifier and Type Method Description IContributionItemContributionManager. find(String id)IContributionItemIContributionManager. find(String id)Finds the contribution item with the given id.IContributionItemSubContributionManager. find(String id)IContributionItemSubMenuManager. find(String id)Method declared on IContributionManager.IContributionItemIMenuManager. findUsingPath(String path)Finds the contribution item at the given path.IContributionItemMenuManager. findUsingPath(String path)IContributionItemSubMenuManager. findUsingPath(String path)Method declared on IMenuManager.IContributionItemSubContributionItem. getInnerItem()Returns the inner contribution item.IContributionItem[]ContributionManager. getItems()IContributionItem[]IContributionManager. getItems()Returns all contribution items known to this manager.IContributionItem[]SubContributionManager. getItems()IContributionItemContributionManager. remove(String ID)IContributionItemContributionManager. remove(IContributionItem item)IContributionItemIContributionManager. remove(String id)Removes and returns the contribution item with the given id from this manager.IContributionItemIContributionManager. remove(IContributionItem item)Removes the given contribution item from the contribution items known to this manager.IContributionItemSubContributionManager. remove(String id)IContributionItemSubContributionManager. remove(IContributionItem item)protected IContributionItemSubContributionManager. unwrap(IContributionItem item)Unwraps a nested contribution item.Methods in org.eclipse.jface.action with parameters of type IContributionItem Modifier and Type Method Description voidContributionManager. 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.IntegerIContributionManagerOverrides. getAccelerator(IContributionItem item)This is not intended to be called outside of the workbench.StringIContributionManagerOverrides. getAcceleratorText(IContributionItem item)This is not intended to be called outside of the workbench.BooleanIContributionManagerOverrides. getEnabled(IContributionItem item)Find out the enablement of the itemStringIContributionManagerOverrides. getText(IContributionItem item)This is not intended to be called outside of the workbench.BooleanIContributionManagerOverrides. 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.this method is no longer a part of theIContributionItemAPI.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)IContributionItemContributionManager. remove(IContributionItem item)IContributionItemIContributionManager. remove(IContributionItem item)Removes the given contribution item from the contribution items known to this manager.IContributionItemSubContributionManager. 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 IContributionItem Constructor Description SubContributionItem(IContributionItem item)Creates a newSubContributionItem. -
Uses of IContributionItem in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return IContributionItem Modifier and Type Method Description 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.Methods in org.eclipse.team.ui.synchronize with parameters of type IContributionItem Modifier and Type Method Description protected 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 IContributionItem Modifier and Type Class Description classBaseNewWizardMenuABaseNewWizardMenuis 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.classCompoundContributionItemA compound contribution is a contribution item consisting of a dynamic list of contribution items.classNewWizardMenuANewWizardMenuaugmentsBaseNewWizardMenuwith IDE-specific actions: New Project...classOpenNewPageMenuDeprecated.Workbench no longer exposes the concept of "pages" in the user ui model.classOpenNewWindowMenuDeprecated.See IWorkbench.showPerspective methods.classOpenPerspectiveMenuDeprecated.See IWorkbench.showPerspective methods.classOpenWithMenuA menu for opening files in the workbench.classPerspectiveMenuA menu for perspective selection.Methods in org.eclipse.ui.actions that return IContributionItem Modifier and Type Method Description abstract 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 IContributionItem Modifier and Type Method Description protected 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 IContributionItem Constructor Description NewWizardDropDownAction(IWorkbenchWindow window, ActionFactory.IWorkbenchAction showDlgAction, IContributionItem newWizardMenu)Create a newNewWizardDropDownAction. -
Uses of IContributionItem in org.eclipse.ui.internal.menus
Classes in org.eclipse.ui.internal.menus with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IContributionItem Modifier and Type Class Description classorg.eclipse.ui.internal.menus.InternalControlContributionAdd workbench specific information to a standard control contribution. -
Uses of IContributionItem in org.eclipse.ui.menus
Classes in org.eclipse.ui.menus that implement IContributionItem Modifier and Type Class Description classCommandContributionItemA contribution item which delegates to a command.classWorkbenchWindowControlContributionAbstract base class from which all controls contributions to the workbench through the 'org.eclipse.ui.menus' extension point must derive.Methods in org.eclipse.ui.menus with parameters of type IContributionItem Modifier and Type Method Description voidIContributionRoot. addContributionItem(IContributionItem item, Expression visibleWhen)Adds a given contribution item with provided visibility expression and kill-switch filtering as a direct child of this container.voidIContributionRoot. registerVisibilityForChild(IContributionItem item, Expression visibleWhen)Registers visibilty for arbitraryIContributionIteminstances that are NOT direct children of this container. -
Uses of IContributionItem in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IContributionItem Modifier and Type Class Description classCoolItemGroupMarkerA 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 Modifier and Type Class Description classStatusLineContributionItemContribution item for the status line.
-