blob: 9f39536f9354838b4a319136478439d8e9e3cfdb [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 common global actions and global action handlers
for use with the Global Action Handler Service.</p>
<p>Modeling platform global actions are managed by an instance of the
{@link
org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalActionManager} in
this package. It should be used to create global actions, add them to
menus and set them as the workbench global actions handlers for a given
workbench part. For example, here are some of the actions supported by
the manager:
<ul>
<li>Cut</li>
<li>Copy</li>
<li>Paste</li>
<li>Move</li>
<li>Rename</li>
<li>Delete</li>
<li>Refresh</li>
<li>Find</li>
<li>Save</li>
<li>Print</li>
<li>Undo</li>
<li>Redo</li>
</ul>
</p>
@see org.eclipse.gmf.runtime.common.ui.action.global
@see org.eclipse.gmf.runtime.common.ui.services.action.global
@canBeSeenBy %partners
</body>
</html>