<!ELEMENT extension (propertyContributor)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT propertyContributor (propertyCategory+)>
<!ATTLIST propertyContributor
contributorId CDATA #REQUIRED
typeMapper CDATA #IMPLIED
labelProvider CDATA #IMPLIED>
<!ELEMENT propertyCategory EMPTY>
<!ATTLIST propertyCategory
category CDATA #IMPLIED>
<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>
Copyright (c) 2005, 2006 IBM Corporation i inne podmioty.
Wszelkie prawa zastrzeżone. Program ten oraz towarzyszące mu materiały są udostępniane na warunkach licencji EPL (Eclipse Public License), wersja 1.0, dołączonej do nich i dostępnej pod adresem http://www.eclipse.org/legal/epl-v10.html.