Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] how to show List in a property view

Hi,
I am trying to build an application in which there is an EClass which has an
EReference to itself. For e.g.

Fruit(EClass)
   |--->name(EAttribute)(EType is EString)
   |--->otherFruits(EReference) (and its EType is Fruit)

Basically what I want is when i drop a node FRUIT on GMF Editor, then its
OTHERFRUITS property should show list of other FRUIT nodes already present.
But when i am implementing it actually, only NAME property is coming up in
properties view not OTHERFRUITS property. What shall I do? Please help me.

Thanks, 
Akansha
-- 
View this message in context: http://www.nabble.com/how-to-show-List-in-a-property-view-tp23381613p23381613.html
Sent from the Eclipse GMF - Dev mailing list archive at Nabble.com.



Back to the top