<!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
-liittymän.<!ELEMENT launchMode EMPTY>
<!ATTLIST launchMode
mode CDATA #REQUIRED
perspective CDATA #IMPLIED
description CDATA #IMPLIED>
Tämä aloitustilaelementti määrittää sen aloitustilan, johon tämä välilehtiryhmä on yhdistetty. Välilehtiryhmän voi yhdistää yhteen tai useampaan aloitustilaan. Aiempien versioiden (versiota 3.0 edeltäneet versiot) yhteensopivuuden varmistamiseksi aloitustilamääritys ei ole pakollinen. Jos aloitustilaa ei ole määritetty, välilehtiryhmä rekisteröidään sen aloituskokoonpanon lajin oletusvälilehtiryhmäksi, johon tämä välilehtiryhmä on yhdistetty. Oletusvälilehtiryhmää käytetään kaikissa aloitustiloissa, joita varten ei erikseen ole määritetty välilehtiryhmää.
Edellisessä esimerkissä lisätty välilehtiryhmä näytetään, kun aloituskokoonpanon lajin tunnus on 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ääritteen arvon on oltava sen Java-luokan tarkka nimi, joka
toteuttaa org.eclipse.debug.ui.ILaunchConfigurationTabGroup
-liittymän.
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