Describes a workbench part that is a contributor of properties to be displayed within tabs in 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 class that implements the type mapper, i.e. implements <tt>org.eclipse.ui.views.properties.tabbed.ITypeMapper</tt> The class that implements the label provider for the title for the property sheet page, i.e. implements <tt>org.eclipse.jface.viewers.ILabelProvider</tt> A category used to group tabs. <pre> <extension point="org.eclipse.ui.views.properties.tabbed.propertyContributor"> <propertyContributor contributorId="org.eclipse.ui.tests.views.properties.tabbed.views.TestsView" labelProvider="org.eclipse.ui.tests.views.properties.tabbed.views.LabelProvider" typeMapper="org.eclipse.ui.tests.views.properties.tabbed.views.TypeMapper"> <propertyCategory category="first"> </propertyCategory> <propertyCategory category="second"> </propertyCategory> </propertyContributor> </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>