Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GMF Guide
Previous Page Home Next Page

Runtime

Package org.eclipse.gmf.runtime.common.ui.services.action.contributionitem

Provides a set of classes that implement a Service that facilitates the contribution of actions to modeling platform workbench parts.

See:
           Description

Interface Summary
IPopupMenuContributionPolicy A policy interface for popup menu contributions.
 

Class Summary
AbstractContributionItemProvider An abstract implementation of the IContributionItemProvider interface This provider performs the contribution by reading its XML contribution descriptor and parsing it in the correct format.
ActionRegistry An action registry used for action life cycle management
ContributionItemService A service for contributing items into different IWorkbenchPart's contribution managers: ActionBars and ContextMenu(s).
ContributionItemService.ProviderDescriptor A descriptor for IContributionItemProvider defined by a configuration element.
 

Package org.eclipse.gmf.runtime.common.ui.services.action.contributionitem Description

Provides a set of classes that implement a Service that facilitates the contribution of actions to modeling platform workbench parts. It is meant to address some of the deficiencies in the Eclipse support for static action contributions, as follows:

  • adds support for static contribution of custom contribution items
  • adds support for static menu contributions to toolbar managers
  • adds support for static contributions to menu managers that have been added programmatically to a toolbar
  • adds support for complex action enablement and visibility criteria

In order to contribute contributions items to the service, clients should use the org.eclipse.gmf.runtime.common.ui.services.action.contributionItemProviders extension point. The provider implementation specified in the extension point should subclass the AbstractContributionItemProvider class in this package.

Contributions made through this extension point could be for a workbench part's action bars (referred to as part contributions) or for a workbench part's popup menu (referred to as popup contributions). The extension point provides an XML description of those contributions to be read by the described providers. The extension point provides an alternative to the following Eclipse extension points:

  • org.eclipse.ui.editorActions
  • org.eclipse.ui.viewActions
  • org.eclipse.ui.popupMenus (viewerContribution)


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire