Displaying List controls in PropertySheet [message #107480] |
Wed, 28 February 2007 09:23 |
Eclipse User |
|
|
|
Originally posted by: rahuliiitb.gmail.com
Hi,
I have customised the propertysheetViewer provided by the eclipse. I have
added one more column named "Mandatory" to it in which i want to display
the "use" of an attribute as shown in the example xsd below.
<xsd:attributeGroup name="attributesGroup">
<xsd:attribute ref="Name" use="optional" default="Menu"/>
<xsd:attribute ref="Place" use="optional"/>
<xsd:attribute ref="Details" use="optional"/>
</xsd:attributeGroup>
Since "use" can be of type "mandatory" or "optional" or "prohibited" so i
want to display a List which displays all this values for "Mandatory"
column.
Can some one tell me how can i create the List for the column "Mandatory"
Thanks in advance
Regards
Ravi
|
|
|
Powered by
FUDForum. Page generated in 0.02739 seconds