Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Displaying List controls in PropertySheet
Displaying List controls in PropertySheet [message #107480] Wed, 28 February 2007 09:23
Eclipse UserFriend
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
Previous Topic:Creating a node using CreateViewRequest
Next Topic:Modifying model after editing
Goto Forum:
  


Current Time: Wed Jan 15 08:20:05 GMT 2025

Powered by FUDForum. Page generated in 0.02739 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top