起動構成型イメージ

ID: org.eclipse.debug.ui.launchConfigurationTypeImages

説明: この拡張ポイントは、イメージを起動構成型に関連付ける方法を提供します。

構成マークアップ:

   <!ELEMENT extension (launchConfigurationTypeImage*)>

   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT launchConfigurationTypeImage EMPTY>

   <!ATTLIST launchConfigurationTypeImage
     id           CDATA #REQUIRED
     configTypeID CDATA #REQUIRED
     icon         CDATA #REQUIRED
   >

例: 起動構成型イメージ拡張ポイントの例を以下に示します。

 <extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
  <launchConfigurationTypeImage
     id="com.example.FirstLaunchConfigurationTypeImage"
     configTypeID="com.example.FirstLaunchConfigurationType"
     icon="icons/FirstLaunchConfigurationType.gif">
  </launchConfigurationTypeImage>
</extension>

Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.