啟動對話框中所顯示的啟動配置類型影像,是由 org.eclipse.debug.ui.launchConfigurationTypeImages 延伸點所提供。這個延伸項目建立影像檔案與配置類型 ID 的關聯性。
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。