説明: この拡張ポイントは、イメージを起動構成型に関連付ける方法を提供します。
構成マークアップ:
<!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>