Launch Configuration Type Images

Identifier: org.eclipse.debug.ui.launchConfigurationTypeImages

Description: This extension point provides a way to associate an image with a launch configuration type.

Configuration Markup:

   <!ELEMENT launchConfigurationTypeImage>
   <!ATTLIST launchConfigurationTypeImage 

      id            CDATA #REQUIRED
      configTypeID          CDATA #REQUIRED
      icon         CDATA #REQUIRED>

Examples:

The following is an example of a launch configuration type image extension point:

<extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
   <launchConfigurationTypeImage 
      id="com.example.FirstLaunchConfigurationTypeImage"
      configTypeID="com.example.FirstLaunchConfigurationType"
      icon="icons/FirstLaunchConfigurationType.gif">
   </launchConfigurationTypeImage>
</extension>

Copyright IBM Corp. 2000, 2001. All Rights Reserved.