org.eclipse.ui.menus |
Package-level Javadoc
Provides the public API and default implementation for contributing menu
and toolbars to the menu service. Also for contributed Trim
widgets.
|
Java Source File Name | Type | Comment |
AbstractContributionFactory.java | Class | ContributionFactories are used by the IMenuService to populate
ContributionManagers. |
AbstractWorkbenchTrimWidget.java | Class | Extension for trim widgets contributed to the workbench. |
CommandContributionItem.java | Class | A contribution item which delegates to a command. |
IContributionRoot.java | Interface | Instances of this interface represent a position in the contribution
hierarchy into which
AbstractContributionFactory instances may insert
elements. |
IMenuService.java | Interface |
Provides services related to the menu architecture within the workbench. |
IWorkbenchWidget.java | Interface | Interface used for IWidget's contributed to the
Workbench. |
MenuUtil.java | Class | Provides utilities and constants for use with the
new menus API. |
UIElement.java | Class | Allow a command or application to provide feedback to a user through updating
a MenuItem or ToolItem. |
WorkbenchWindowControlContribution.java | Class | Abstract base class from which all controls contributions to
the workbench through the 'org.eclipse.ui.menus' extension
point must derive. |