Package org.eclipse.gmf.runtime.common.ui.services.action.global
Provides a set of classes that implement a
Service
that provides an extensible way to handle commonly used (global) actions
in different views and editors.
See:
Description
Package org.eclipse.gmf.runtime.common.ui.services.action.global Description
Provides a set of classes that implement a Service
that provides an extensible way to handle commonly used (global) actions
in different views and editors. When a GlobalAction
is
registered as the action handler for a retargetable action in a given
workbench part, the
GlobalActionHandlerService
is consulted to do the real work in running the action. The service
allows different handlers to be used depending on the nature of the element(s)
selected in the workbench part.
Global actions are action handlers for Eclipse retargetable
actions. The real action handler work is delegated to the
IGlobalActionHandler
s
provided by the
GlobalActionHandlerService
for the active workbench part.
In order to contribute global action handlers to the service, clients
should use the org.eclipse.gmf.runtime.common.ui.services.action.globalActionHandlerProviders
extension point. The provider implementation specified in the extension
point should subclass the
AbstractGlobalActionHandlerProvider
class in this package.
Modeling platform global action handlers should subclass the
AbstractGlobalActionHandler
class.
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.