启动配置类型图像

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

启动配置图像

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

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