<!ELEMENT extension (launchConfigurationTabGroup*)>
<!ATTLIST-udvidelse
point CDATA #REQUIRED
id CDATA #IMPLIED
navn CDATA #IMPLIED>
<!ELEMENT launchConfigurationTabGroup (launchMode*)>
<!ATTLIST launchConfigurationTabGroup
id CDATA #REQUIRED
type CDATA #REQUIRED
class CDATA #REQUIRED
helpContextId CDATA #IMPLIED
description CDATA #IMPLIED>
ILaunchConfigurationTabGroup
.<!ELEMENT launchMode EMPTY>
<!ATTLIST launchMode
mode CDATA #REQUIRED
perspective CDATA #IMPLIED
description CDATA #IMPLIED>
Et starttilstandselement angiver en starttilstand, som denne skillebladsgruppe er specifik for. En skillebladsgruppe kan tilknyttes en eller flere starttilstande. Med hensyn til kompatibilitet behøver du ikke at angive en starttilstand før 3.1. Hvis den ikke angives, registreres en skillebladsgruppe som standardskillebladsgruppen for den tilhørende startkonfigurationstype (dvs. gældende for alle understøttede starttilstande, som ikke har fået en specifik skillebladsgruppe).
I eksemplet ovenfor vises den leverede skillebladsgruppe for startkonfigurationstypen med id'en com.example.ExampleLaunchConfigurationTypeIdentifier.<udvidelsespunkt=
"org.eclipse.debug.ui.launchConfigurationTabGroups"
>
<launchConfigurationTabGroup id=
"com.example.ExampleTabGroup"
type=
"com.example.ExampleLaunchConfigurationTypeIdentifier"
class=
"com.example.ExampleLaunchConfigurationTabGroupClass"
>
</launchConfigurationTabGroup>
</extension>
class
skal være et fuldstændigt navn på en
Java-klasse, som implementerer grænsefladen
org.eclipse.debug.ui.ILaunchConfigurationTabGroup
.
Copyright (c) 2000, 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html