啟動配置類型影像

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

啟動配置影像

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>
		...