警告:不推荐使用此扩展点。
不要使用此扩展点,在此产品的将来版本中将会除去它。相反,请使用扩展点 org.eclipse.ui.commands
<!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>
注意 - 将来可根据需要添加其它属性。
Copyright (c) 2002, 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