Startkonfigurationstypbilder

Kennung: org.eclipse.debug.ui.launchConfigurationTypeImages

Beschreibung: Dieser Erweiterungspunkt stellt eine Methode zur Verfügung, mit der einem Startkonfigurationstyp ein Bild zugeordnet werden kann.

Konfigurationsbefehle:

   <!ELEMENT launchConfigurationTypeImage>
   <!ATTLIST launchConfigurationTypeImage 

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

Beispiele:

Beispiel für einen Erweiterungspunkt für Startkonfigurationstypbilder:

<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, 2002. Alle Rechte vorbehalten.