<!ELEMENT extension (propertyTabs)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT propertyTabs (propertyTab+)>
<!ATTLIST propertyTabs
contributorId CDATA #REQUIRED>
<!ELEMENT propertyTab EMPTY>
<!ATTLIST propertyTab
label CDATA #REQUIRED
category CDATA #REQUIRED
afterTab CDATA #IMPLIED
id CDATA #REQUIRED
indented (true | false)
image CDATA #IMPLIED>
<extension point=
"org.eclipse.ui.views.properties.tabbed.propertyTabs"
>
<propertyTabs contributorId=
"org.eclipse.ui.tests.views.properties.tabbed.views.TestsView"
>
<propertyTab category=
"first"
id=
"propertyTab1"
label=
"Name"
>
</propertyTab>
<propertyTab afterTab=
"propertyTab1"
category=
"first"
id=
"propertyTab2"
label=
"Project"
>
</propertyTab>
<propertyTab category=
"second"
id=
"propertyTab8"
label=
"Message"
>
</propertyTab>
</propertyTabs>
</extension>
Copyright (c) 2005, 2006 IBM Corporation und Andere.
Alle Rechte vorbehalten. Dieses Programm und sein Begleitmaterial werden gemäß den Bedingungen der "Eclipse Public License v1.0" zur Verfügung gestellt, die dieser Lieferung beiliegt und unter
http://www.eclipse.org/legal/epl-v10.html abgerufen werden kann.