Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page

Launch configuration type images

The image that is shown for a launch configuration type in the launch dialog is contributed using the org.eclipse.debug.ui.launchConfigurationTypeImages extension point.  This extension associates an image file with the id of a configuration type.

Launch configuration images

The markup for the Java application image is as follows:

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire