チーム・デコレーター

org.eclipse.team.ui.teamDecorators

3.2

この拡張ポイントは、リポジトリー・プロバイダー ID を、チーム状態装飾を提供するデコレーター ID と関連付けるために使用されます。これはモデル・プロバイダーによって使用されて、モデル要素に対してラベルのアップデートが必要なときを判別します。

<!ELEMENT extension (teamDecorator)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT teamDecorator EMPTY>

<!ATTLIST teamDecorator

repositoryId       CDATA #REQUIRED

decoratorId        CDATA #REQUIRED

decoratedDirection CDATA #IMPLIED>

リポジトリー・プロバイダーをデコレーターと関連付けます。



以下に teamDecorators 拡張機能の例を示します。
   

<extension point=

"org.eclipse.team.ui.teamDecorators"

>

<teamDecorator decoratorId=

"org.eclipse.team.cvs.ui.decorator"

repositoryId=

"org.eclipse.team.cvs.core.cvsnature"

/>

</extension>

repositoryId は、org.eclipse.team.core.repository 拡張ポイントで登録されたプロバイダーの ID と対応している必要があります。同様に、decoratorId は org.eclipse.ui.decorators 拡張ポイントで登録されたデコレーターと対応している必要があります。

直接この拡張ポイントと関連付けされた実装はありません。