blob: c5cb5e272a4f3c0fafa35e34a932cdf7e1029421 [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 IDE global actions and global action handlers
for use with the Global Action Handler Service.</p>
<p>The {@link
org.eclipse.gmf.runtime.common.ui.action.ide.actions.global.IDEGlobalActionManager}
IDEGlobalActionManager in this package supports IDE global actions,
including actions that are dependent on resources and projects.</p>
<p>For example, here are some of the actions supported by the manager:</p>
<ul>
<li>Close Resource</li>
<li>Copy Resource</li>
<li>Delete Resource</li>
<li>Move Resource</li>
<li>Open Resource</li>
<li>Paste Resource</li>
<li>Refresh Resource</li>
<li>Rename Resource</li>
<li>Close Project</li>
<li>Open Project</li>
<li>Bookmark</li>
</ul>
</p>
@see org.eclipse.gmf.runtime.common.ui.action.ide.global
@see org.eclipse.gmf.runtime.common.ui.services.action.global
@canBeSeenBy %partners
</body>
</html>