Skip to main content

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

Hi Lidija,

Problem is solved. I made containment property of otherFruits true in Ecore
file. 



Lidija Grahek wrote:
> 
> Hi Akansha,
> 
> You should probably look into the property provider and check why it fails
> to provide otherFruits property.
> 
> Lidija
> 
> 
> 
> 
> ----------------------------------------------------
> Date: Tue, 5 May 2009 01:50:25 -0700 (PDT)
> From: akansha <akansha.15aug85@xxxxxxxxx>
> Subject: [gmf-dev] how to show List in a property view
> To: gmf-dev@xxxxxxxxxxx
> Message-ID: <23381613.post@xxxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=us-ascii
> 
> 
> 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
> _______________________________________________
> gmf-dev mailing list
> gmf-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/gmf-dev
> 
> 

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



Back to the top