Property Contributor

This extension point is deprecated

org.eclipse.wst.common.ui.properties.propertyContributor

This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

This plugin is DEPRECATED. Use org.eclipse.ui.views.properties.tabbed

Describes a workbench part that is a contributor of properties to be displayed within tabs in the tabbed property sheet page.

<!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

sectionDescriptorProvider     CDATA #IMPLIED

dynamicTabListContentProvider (true | false) >


<!ELEMENT propertyCategory EMPTY>

<!ATTLIST propertyCategory

category CDATA #IMPLIED>


   

<extension point=

"org.eclipse.wst.ui.properties.propertyContributor"

>

<propertyContributor typeMapper=

"org.eclipse.gef.examples.logicdesigner.properties.LogicElementInputFilter"

contributorId=

"org.eclipse.gef.examples.logicdesigner.LogicEditor"

labelProvider=

"org.eclipse.gef.examples.logicdesigner.properties.LogicElementLabelProvider"

>

<propertyCategory category=

"element"

/>

<propertyCategory category=

"other"

/>

</propertyContributor>

</extension>