Describes a list of tabs that will be contributed to the tabbed property sheet page.
a fully qualified identifier of the target extension point
an optional identifier of the extension instance
an optional name of the extension instance
The unique identifier of the property sheet page contributor.
The label to be displayed on the tab.
The category used to group tabs.
When there is more than one tab in a category, tabs are sorted by the afterTab attribute.
The unique id for the tab.
<pre>
<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>
</pre>
Copyright (c) 2005, 2006 IBM Corporation and others.<br>
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 <a
href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>