Bilder för en startkonfigurationstyp

Bilden som visas för en startkonfigurationstyp i startdialogrutan läggs till med hjälp av utökningspunkten org.eclipse.debug.ui.launchConfigurationTypeImages. Via det här tillägget associeras en bildfil med ett ID för en konfigurationstyp.

Bilder för startkonfiguration

Kodstycket för Java-tillämpningsbilden är enligt följande:

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