<!ELEMENT extension (launchConfigurationTabGroup*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name 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 oppstartsmoduselement oppgir en oppstartsmodus som denne flippgruppen er spesifikk for. En flippgruppe kan knyttes til en eller flere oppstartsmoduser. For bakoverkompatibilitet (tidligere enn 3.0) er det ikke nødvendig å oppgi en oppstartsmodus. Når uspesifisert, registreres en flippgruppe som standard flippgruppe for den tilknyttede oppstartskonfigurasjonstypen (det vil si at den kan brukes til alle støttede oppstartsmoduser som det ikke er oppgitt en bestemt flippgruppe for).
I eksempelet ovenfor blir den oppgitte flippgruppen vist for oppstartskonfigurasjonstypen med identifikatoren com.example.ExampleLaunchConfigurationTypeIdentifier.<extension point=
"org.eclipse.debug.ui.launchConfigurationTabGroups"
>
<launchConfigurationTabGroup id=
"com.example.ExampleTabGroup"
type=
"com.example.ExampleLaunchConfigurationTypeIdentifier"
class=
"com.example.ExampleLaunchConfigurationTabGroupClass"
>
</launchConfigurationTabGroup>
</extension>
class
må være et fullt kvalifisert navn på en Java-klasse som implementerer grensesnittet
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