Sections de propriétés

org.eclipse.ui.views.properties.tabbed.propertySections

Décrit une liste de sections devant s'afficher dans les onglets qui seront ajoutés à la feuille des propriétés.

<!ELEMENT extension (propertySections)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT propertySections (propertySection+)>

<!ATTLIST propertySections

contributorId CDATA #REQUIRED>


<!ELEMENT propertySection (input+)>

<!ATTLIST propertySection

tab          CDATA #REQUIRED

id           CDATA #REQUIRED

class        CDATA #REQUIRED

afterSection CDATA #IMPLIED

filter       CDATA #IMPLIED

enablesFor   CDATA #IMPLIED>


<!ELEMENT input EMPTY>

<!ATTLIST input

type CDATA #REQUIRED>


   

<extension point=

"org.eclipse.ui.tests.views.properties.tabbed.propertySections"

>

<propertySections contributorId=

"org.eclipse.ui.views.properties.tabbed.views.TestsView"

>

<propertySection class=

"org.eclipse.ui.tests.views.properties.tabbed.sections.NameSection"

enablesFor=

"1"

id=

"propertySection1"

tab=

"propertyTab1"

>

<input type=

"org.eclipse.ui.tests.views.properties.tabbed.model.Element"

>

</input>

</propertySection>

</propertySections>

</extension>