Uses of Class
org.eclipse.jface.action.ContributionItem
-
Packages that use ContributionItem 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.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 ContributionItem in org.eclipse.debug.ui.actions
Subclasses of ContributionItem in org.eclipse.debug.ui.actions Modifier and Type Class Description classBreakpointTypesContributionBreakpoint ruler pop-up action that creates a sub-menu to select the currently active breakpoint type. -
Uses of ContributionItem in org.eclipse.jface.action
Subclasses of ContributionItem in org.eclipse.jface.action Modifier and Type Class Description classAbstractGroupMarkerAbstract superclass for group marker classes.classActionContributionItemA contribution item which delegates to an action.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.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.classToolBarContributionItemTheToolBarContributionItemclass provides a wrapper for tool bar managers when used in cool bar managers. -
Uses of ContributionItem in org.eclipse.ui.actions
Subclasses of ContributionItem in org.eclipse.ui.actions 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. -
Uses of ContributionItem in org.eclipse.ui.internal.menus
Subclasses of ContributionItem 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 Modifier and Type Class Description classorg.eclipse.ui.internal.menus.InternalControlContributionAdd workbench specific information to a standard control contribution. -
Uses of ContributionItem in org.eclipse.ui.menus
Subclasses of ContributionItem in org.eclipse.ui.menus 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. -
Uses of ContributionItem in org.eclipse.ui.part
Subclasses of ContributionItem in org.eclipse.ui.part Modifier and Type Class Description classCoolItemGroupMarkerA group marker used by EditorActionBars to delineate CoolItem groups. -
Uses of ContributionItem in org.eclipse.ui.texteditor
Subclasses of ContributionItem in org.eclipse.ui.texteditor Modifier and Type Class Description classStatusLineContributionItemContribution item for the status line.
-