[
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 Akansha,
These questions should be asked in the GMF news-group - just for the future. This mailing list is for GMF developers only, to discuss GMF development issues).
Cheers,
Alex
akansha ---05/06/2009 11:33:49 PM---Hi Lidija,
akansha <akansha.15aug85@xxxxxxxxx>
Sent by: gmf-dev-bounces@xxxxxxxxxxx
05/06/2009 11:32 PM
Please respond to
"GMF Project developer discussions." <gmf-dev@xxxxxxxxxxx> |
|
|
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.
_______________________________________________
gmf-dev mailing list
gmf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gmf-dev


