启动配置类型图像

使用 org.eclipse.debug.ui.launchConfigurationTypeImages 扩展点添加对启动对话框中的启动配置类型显示的图像。此扩展将图像文件与配置类型的标识进行关联。

启动配置图像

Java 应用程序图像的标记如下:

<extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
<launchConfigurationTypeImage
id="org.eclipse.jdt.debug.ui.launchConfigurationTypeImage.localJavaApplication"
configTypeID="org.eclipse.jdt.launching.localJavaApplication"
icon="icons/full/ctool16/java_app.gif">
</launchConfigurationTypeImage>	
 </extension>

请注意,为了与引用启动配置类型的其它扩展点保持一致,在发行版 2.1 中,还可以将 configTypeID 属性指定为 type

法律声明。