Since: Release 2.0
Description:
WARNING: This extension point is DEPRECATED.
Do not use this extension point, it will be removed in future versions of this product.
Instead, use the extension point org.eclipse.ui.commands
Configuration Markup:
<!ELEMENT extension (actionDefinition*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT actionDefinition EMPTY>
<!ATTLIST actionDefinition
id CDATA #REQUIRED
name CDATA #IMPLIED
description CDATA #IMPLIED
>
<extension point="org.eclipse.ui.actionDefinitions"> <actionDefinition id="org.eclipse.ui.file.save"> </actionDefinition> <actionDefinition id="org.eclipse.ui.file.saveAll"> </actionDefinition> <actionDefinition id="org.eclipse.ui.file.close"> </actionDefinition> <actionDefinition id="org.eclipse.ui.file.closeAll"> </actionDefinition> <actionDefinition id="org.eclipse.ui.file.print"> </actionDefinition> </extension>
API Information: The methods public void setActionDefinitionId(String id) and public String getActionDefinitionId() have been added to IAction.
NOTE - other attributes may be added in the future, as needed.
Supplied Implementation: The workbench provides many action definitions.
Copyright (c) 2002 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html