blob: 25cca0928db42e044d9b8d455d89e5c937850efd [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
/******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
-->
</head>
<body>
<p>Provides a set of classes for creating global actions for use with
the Global Action Handler Service.</p>
<p>Global actions are action handlers for Eclipse <i>retargetable</i>
actions. The real action handler work is delegated to the {@link
org.eclipse.gmf.runtime.common.ui.services.action.global.IGlobalActionHandler}s
provided by the {@link
org.eclipse.gmf.runtime.common.ui.services.action.global.GlobalActionHandlerService}
for the active workbench part.</p>
<p>Modeling platform global action implementations should subclass the
{@link org.eclipse.gmf.runtime.common.ui.action.global.GlobalAction}
class in this package. Each global action has a {@link
org.eclipse.gmf.runtime.common.ui.action.global.GlobalActionId} by which
it can be identified in the <code>org.eclipse.gmf.runtime.common.ui.services.action.globalActionHandlerProviders</code>
extension point.</p>
@see org.eclipse.gmf.runtime.common.ui.services.action.global
@canBeSeenBy %partners
</body>
</html>