警告: この拡張ポイントは使用すべきではありません。
この拡張ポイントを使用しないでください。この製品の将来のバージョンでは除去される予定です。
代わりに、拡張ポイント 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, 2004 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