Images til startkonfigurationstyper

org.eclipse.debug.ui.launchConfigurationTypeImages

Med dette udvidelsespunkt kan du knytte et image til en startkonfigurationstype.

<!ELEMENT extension (launchConfigurationTypeImage*)>

<!ATTLIST-udvidelse

point CDATA #REQUIRED

id    CDATA #IMPLIED

navn  CDATA #IMPLIED>


<!ELEMENT launchConfigurationTypeImage EMPTY>

<!ATTLIST launchConfigurationTypeImage

id           CDATA #REQUIRED

configTypeID CDATA #REQUIRED

icon         CDATA #REQUIRED>


Det følgende er et eksempel på et udvidelsespunkt for et image til en startkonfigurationstype:

 

<udvidelsespunkt=

"org.eclipse.debug.ui.launchConfigurationTypeImages"

>

<launchConfigurationTypeImage id=

"com.example.FirstLaunchConfigurationTypeImage"

configTypeID=

"com.example.FirstLaunchConfigurationType"

icon=

"icons/FirstLaunchConfigurationType.gif"

>

</launchConfigurationTypeImage>

</extension>