Runtime

Package org.eclipse.gmf.runtime.common.ui.action.global

Provides a set of classes for creating global actions for use with the Global Action Handler Service.

See:
          Description

Class Summary
GlobalAction The abstract parent of all concrete global actions.
GlobalActionId Class with the global action id constants
 

Package org.eclipse.gmf.runtime.common.ui.action.global Description

Provides a set of classes for creating global actions for use with the Global Action Handler Service.

Global actions are action handlers for Eclipse retargetable actions. The real action handler work is delegated to the IGlobalActionHandlers provided by the GlobalActionHandlerService for the active workbench part.

Modeling platform global action implementations should subclass the GlobalAction class in this package. Each global action has a GlobalActionId by which it can be identified in the org.eclipse.gmf.runtime.common.ui.services.action.globalActionHandlerProviders extension point.

See Also:
org.eclipse.gmf.runtime.common.ui.services.action.global

Runtime

Guidelines for using Eclipse APIs.

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