3.0
org.eclipse.ui.contexts
拡張ポイントは、コンテキストおよび関連エレメントを宣言する場合に使用します。
<!ELEMENT extension (context)>
<!ATTLIST extension
id CDATA #IMPLIED
name CDATA #IMPLIED
point CDATA #REQUIRED>
<!ELEMENT context EMPTY>
<!ATTLIST context
description CDATA #IMPLIED
id CDATA #REQUIRED
name CDATA #REQUIRED
parentId CDATA #IMPLIED>
このエレメントは、コンテキストを定義する場合に使用します。 同じ id
属性を持つエレメントが複数存在する場合、
(レジストリーの読み取り順序で) 最後に宣言されたエレメントのみが有効であると見なされます。
org.eclipse.ui
プラグイン中の plugin.xml
ファイルは org.eclipse.ui.contexts
拡張ポイントを活用します。
現在、この拡張ポイント以外に、コンテキストや関連エレメントを宣言するための共通 API はありません。
Copyright (c) 2000, 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