Images für Startkonfigurationstypen

Das Image, das im Startdialog für einen Startkonfigurationstyp angezeigt wird, wird unter Verwendung des Erweiterungspunkts org.eclipse.debug.ui.launchConfigurationTypeImages ergänzt.  Diese Erweiterung ordnet der ID eines Konfigurationstyps eine Imagedatei zu.

Die Befehle für das Java-Anwendungsimage lauten wie folgt:

<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 Corporation und Andere 2000, 2002. Alle Rechte vorbehalten.