Skip to main content

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

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


Back to the top