启动配置类型映象

使用 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>

 

Copyright IBM Corp. and others 2000,2002.