Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Show children in Property Sheet
Show children in Property Sheet [message #418016] Wed, 02 April 2008 10:58 Go to next message
Eclipse UserFriend
Originally posted by: messineo.rosario.gmail.com

Hi,

I'd want to show also children in the property sheet, What Have I to
change in the generated code?

Thanks

Rosario
Re: Show children in Property Sheet [message #418023 is a reply to message #418016] Wed, 02 April 2008 12:20 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------070503010800080507020507
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Rosario,

To how the child properties of a proprtery value, you'd specialize this
method of your item property descriptor

protected Object createPropertyValueWrapper(Object object,
Object propertyValue)
{
return new PropertyValueWrapper(adapterFactory, object,
propertyValue, *propertyValue*);
}

In the base it's like this:

protected Object createPropertyValueWrapper(Object object, Object
propertyValue)
{
return new PropertyValueWrapper(adapterFactory, object,
propertyValue, *null*);
}


Rosario wrote:
> Hi,
>
> I'd want to show also children in the property sheet, What Have I to
> change in the generated code?
>
> Thanks
>
> Rosario
>


--------------070503010800080507020507
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Rosario,<br>
<br>
To how the child properties of a proprtery value, you'd specialize this
method of your item property descriptor<br>
<blockquote>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:ProgressMonitor for XML load/save
Next Topic:Re: EMF Query and EvaluationEnvironment
Goto Forum:
  


Current Time: Tue Apr 23 14:35:18 GMT 2024

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

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

Back to the top